summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp

index 94b58c28..b9134317 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -206,8 +206,9 @@ main(int argc, char *argv[]) return 0; } +#if !defined(Q_OS_MAC) app.setWindowIcon(QIcon::fromTheme("nheko", QIcon{":/logos/nheko.png"})); - +#endif http::init(); createStandardDirectory(QStandardPaths::CacheLocation);