new tool for quitting app from child windows

This commit is contained in:
2026-03-19 14:22:54 +01:00
parent 720b004eca
commit 945abae5f1
5 changed files with 31 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ from PySide6.QtGui import QColor
# ---------------------------------------------------------------------------
NO_STAFF = True
NO_WHITELIST = True
REDIRECT_URI = "http://localhost:5000/callback"
SCOPES = ["identify"]