Update macOS icon to match new Big Sur style

This commit is contained in:
Cameron Gutman 2020-11-21 16:37:56 -06:00
parent e224a7f0c7
commit ae5df938b6
2 changed files with 4 additions and 0 deletions

View file

@ -462,7 +462,11 @@ int main(int argc, char *argv[])
}
#endif
#ifndef Q_OS_DARWIN
// Set the window icon except on macOS where we want to keep the
// modified macOS 11 style rounded corner icon.
app.setWindowIcon(QIcon(":/res/moonlight.svg"));
#endif
// Register our C++ types for QML
qmlRegisterType<ComputerModel>("ComputerModel", 1, 0, "ComputerModel");

Binary file not shown.