diff --git a/ubuntu_smoother/main.py b/ubuntu_smoother/main.py index 8825bbc..469d16b 100644 --- a/ubuntu_smoother/main.py +++ b/ubuntu_smoother/main.py @@ -16,6 +16,7 @@ import sys import gi +import logging gi.require_version('Gtk', '4.0') gi.require_version('Adw', '1') @@ -25,6 +26,9 @@ from gi.repository import Gtk, Gio, Adw from ubuntu_smoother.window import UbuntuSmootherWindow +logging.basicConfig(level=logging.INFO) + + class UbuntuSmootherApplication(Adw.Application): """The main application singleton class."""