Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nheko Reborn
nheko
Compare Revisions
0a3e647509fd8dc7e098d454674668f4b0bf5abc...cce5d0534f68c11ba33dbb941570e1bdf2faeaec
Commits (1)
Use icns on macOS
· cce5d053
Joe Donofry
authored
Dec 14, 2021
cce5d053
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
cce5d053
...
...
@@ -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
);
...
...