macos icons
This commit is contained in:
@@ -18,7 +18,7 @@ from gotify_tray.tasks import (
|
||||
GetMessagesTask,
|
||||
ServerConnectionWatchdogTask,
|
||||
)
|
||||
from gotify_tray.utils import get_abs_path, verify_server
|
||||
from gotify_tray.utils import get_icon, verify_server
|
||||
from PyQt6 import QtCore, QtGui, QtWidgets
|
||||
|
||||
from ..__version__ import __title__
|
||||
@@ -410,9 +410,7 @@ def start_gui():
|
||||
app = MainApplication(sys.argv)
|
||||
app.setApplicationName(title)
|
||||
app.setQuitOnLastWindowClosed(False)
|
||||
app.setWindowIcon(
|
||||
QtGui.QIcon(get_abs_path("gotify_tray/gui/images/gotify-small.png"))
|
||||
)
|
||||
app.setWindowIcon(QtGui.QIcon(get_icon("gotify-small")))
|
||||
app.setStyle("fusion")
|
||||
|
||||
init_logger(logger)
|
||||
|
||||
Reference in New Issue
Block a user