🔨 refactor(error): fixing #1

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-03 05:22:26 +05:30
parent c770358b93
commit 48cd949e5f

View File

@@ -70,7 +70,6 @@ class Main(Gtk.Application):
if os.path.exists(pid_file):
os.remove(pid_file)
def signal_handler(sig, frame):
Gtk.main_quit(0)