Anker-Konfigurationsseite, erste Versuche mit Menü

This commit is contained in:
2025-07-21 19:59:40 +02:00
parent 664d6c7d49
commit 986d222a98
6 changed files with 175 additions and 30 deletions

View File

@@ -409,7 +409,7 @@ class Frontend(Gtk.Window):
self.get_window().set_cursor(Gdk.Cursor(Gdk.CursorType.BLANK_CURSOR))
def run(self):
GLib.timeout_add_seconds(2, self.on_timer)
GLib.timeout_add_seconds(1, self.on_timer)
self.show_all()
Gtk.main()