From 72f77daf0f007af3bafbdab060bfeeabdc31f265 Mon Sep 17 00:00:00 2001 From: trigg Date: Thu, 14 Jul 2022 23:06:42 +0100 Subject: [PATCH] - Remove done TODO --- discover_overlay/settings_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index 284845b..4c26bda 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -863,7 +863,6 @@ class MainSettingsWindow(): self.config_set("notification", "show_dummy", "%s" % (button.get_active())) def core_run_on_startup_changed(self, button): - # TODO Startup self.autostart_helper.set_autostart(button.get_active()) def core_force_xshape_changed(self, button):