Skip to content

Commit 7221063

Browse files
committed
Added logo/image-9.png to logo directory and referenced it in UiConnection.py
1 parent 01196d5 commit 7221063

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Core/UiConnection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def init_ui(self):
224224
except Exception:
225225
eff_mode = "light"
226226
candidates = [
227+
os.path.join(project_dir, "logo", "image-9.png"),
227228
(
228229
os.path.join(project_dir, "logo", "sidebar_logo2.png")
229230
if eff_mode == "dark"
@@ -607,6 +608,7 @@ def apply_theme(self, pref: str):
607608

608609
project_dir = os.path.abspath(os.path.dirname(sys.argv[0]))
609610
candidates = [
611+
os.path.join(project_dir, "logo", "image-9.png"),
610612
(
611613
os.path.join(project_dir, "logo", "sidebar_logo2.png")
612614
if effective_mode == "dark"

logo/image-9.png

35.9 KB
Loading

0 commit comments

Comments
 (0)