don't set palette
This commit is contained in:
@@ -18,7 +18,6 @@ def set_theme(app: QtWidgets.QApplication):
|
|||||||
with open(get_abs_path(f"gotify_tray/gui/themes/{theme}/style.qss"), "r") as f:
|
with open(get_abs_path(f"gotify_tray/gui/themes/{theme}/style.qss"), "r") as f:
|
||||||
stylesheet += f.read()
|
stylesheet += f.read()
|
||||||
|
|
||||||
app.setPalette(app.style().standardPalette())
|
|
||||||
app.setStyleSheet(stylesheet)
|
app.setStyleSheet(stylesheet)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user