arreglos estetics

This commit is contained in:
2026-02-21 23:08:04 +01:00
parent 859175f23a
commit 36e03e7649
11 changed files with 98 additions and 74 deletions
+3
View File
@@ -23,6 +23,9 @@ def main() -> None:
cm.load()
root = tk.Tk()
ico = os.path.join(BASE_DIR, "assets", "pocketsync.ico")
if os.path.isfile(ico):
root.iconbitmap(ico)
PocketSyncApp(root, cm)
root.mainloop()