summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-12-04 11:33:34 +0100
committerGitHub <noreply@github.com>2020-12-04 11:33:34 +0100
commit5aa221800667687a7b8178abb905a1dc87843b59 (patch)
tree425b08838aa6f31b3887b6d152bad1bc3fc3e527 /src/main.cpp
parentMerge pull request #350 from Kirillpt/russian-translate (diff)
parentUse system icon where applicable (diff)
downloadnheko-5aa221800667687a7b8178abb905a1dc87843b59.tar.xz
Merge pull request #349 from LorenDB/iconFromTheme
Use system icon where applicable
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp

index 6fbccf5c..5eeebb82 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -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();