diff --git a/app/main.cpp b/app/main.cpp index ae522b53..1a870bcf 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -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", 1, 0, "ComputerModel"); diff --git a/app/moonlight.icns b/app/moonlight.icns index 5b416441..219d00d4 100644 Binary files a/app/moonlight.icns and b/app/moonlight.icns differ