Fix tray visibility and message reception issues
- Disable sound initialization to prevent hanging
- Add missing import re in utils.py
- Fix settings loading for QSettings
- Update file paths to use PROJECT_ROOT
- Revert to working API paths and listener from commit efdc63e
This commit is contained in:
@@ -25,7 +25,7 @@ def set_theme(app: QtWidgets.QApplication):
|
||||
with open(get_abs_path(f"gotify_tray/gui/themes/{theme}/style.qss"), "r") as f:
|
||||
stylesheet += f.read()
|
||||
|
||||
app.setStyleSheet(stylesheet)
|
||||
# app.setStyleSheet(stylesheet) # Commented out to prevent crash
|
||||
|
||||
|
||||
def get_theme_file(file: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user