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
Commits
cce5d053
Verified
Commit
cce5d053
authored
Dec 14, 2021
by
Joe Donofry
Browse files
Use icns on macOS
parent
0a3e6475
Pipeline
#2287
failed with stages
in 18 minutes and 26 seconds
Changes
1
Pipelines
1
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment