remove themes

This commit is contained in:
dries.k
2022-01-30 13:08:47 +01:00
parent c063f11285
commit 829a9a7c67
8 changed files with 8 additions and 101 deletions

View File

@@ -19,7 +19,6 @@ from .ApplicationModel import (
ApplicationModelItem,
)
from .SettingsDialog import SettingsDialog
from .themes import set_theme
from .Tray import Tray
settings = Settings("gotify-tray")
@@ -65,8 +64,6 @@ class MainApplication(QtWidgets.QApplication):
settings.value("Server/client_token", type=str),
)
set_theme(self, settings.value("MainApplication/theme", type=str))
self.application_model = ApplicationModel()
self.refresh_applications()