Use icns on macOS

pull/843/head
Joseph Donofry 3 years ago
parent 0a3e647509
commit cce5d0534f
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 3
      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);

Loading…
Cancel
Save