Add macOS icon

This commit is contained in:
wei
2026-08-04 19:34:53 +08:00
parent 1306b9801e
commit 5b205b93f7
2 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import sys
from _colorize import Theme
from pathlib import Path
from typing import Callable
@@ -243,7 +242,7 @@ class Launcher(QApplication, LauncherObject):
def get_main_window(self):
return self.main_window
def apply_theme(self, theme: Theme | None=None):
def apply_theme(self, theme=None):
if not theme:
appearance = self.settings_manager.get("appearance", AppearanceSettings)