mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-09 13:16:45 +00:00
fix: Status taskbar button and the Status window title bar are missing
... the Status icon in OS Windows 10 (new regression in 0.10) fix a fatal typo when refactoring to use `main_constants.IS_MACOS` :) Fixes #9791
This commit is contained in:
parent
9af1734c6a
commit
3b2a8f4253
@ -34,7 +34,7 @@ proc determineStatusAppIconPath(): string =
|
|||||||
if defined(production):
|
if defined(production):
|
||||||
if main_constants.IS_MACOS:
|
if main_constants.IS_MACOS:
|
||||||
return "" # not used in macOS
|
return "" # not used in macOS
|
||||||
elif main_constants.IS_MACOS:
|
elif defined(windows):
|
||||||
return "/../resources/status.svg"
|
return "/../resources/status.svg"
|
||||||
else:
|
else:
|
||||||
return "/../status.svg"
|
return "/../status.svg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user