From cce5d0534f68c11ba33dbb941570e1bdf2faeaec Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Tue, 14 Dec 2021 17:05:48 -0500 Subject: [PATCH] Use icns on macOS --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 94b58c28..b9134317 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);