mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Use icns on macOS
This commit is contained in:
parent
0a3e647509
commit
cce5d0534f
1 changed files with 2 additions and 1 deletions
|
@ -206,8 +206,9 @@ main(int argc, char *argv[])
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !defined(Q_OS_MAC)
|
||||||
app.setWindowIcon(QIcon::fromTheme("nheko", QIcon{":/logos/nheko.png"}));
|
app.setWindowIcon(QIcon::fromTheme("nheko", QIcon{":/logos/nheko.png"}));
|
||||||
|
#endif
|
||||||
http::init();
|
http::init();
|
||||||
|
|
||||||
createStandardDirectory(QStandardPaths::CacheLocation);
|
createStandardDirectory(QStandardPaths::CacheLocation);
|
||||||
|
|
Loading…
Reference in a new issue