Use system icon where applicable
This commit is contained in:
parent
27bf654d92
commit
de858ca80c
2 changed files with 2 additions and 3 deletions
|
|
@ -174,7 +174,7 @@ main(int argc, char *argv[])
|
|||
|
||||
parser.process(app);
|
||||
|
||||
app.setWindowIcon(QIcon(":/logos/nheko.png"));
|
||||
app.setWindowIcon(QIcon::fromTheme("nheko", QIcon{":/logos/nheko.png"}));
|
||||
|
||||
http::init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue