diff --git a/app/main.cpp b/app/main.cpp index 32a0f469..c4e76b0a 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -32,8 +32,7 @@ int main(int argc, char *argv[]) QGuiApplication app(argc, argv); - // FIXME this icon is low-resolution and appears a little fuzzy. - app.setWindowIcon(QIcon(":/res/icon128.png")); + app.setWindowIcon(QIcon(":/res/moonlight.svg")); // Register our C++ types for QML qmlRegisterType("ComputerModel", 1, 0, "ComputerModel"); diff --git a/app/res/icon128.png b/app/res/icon128.png deleted file mode 100644 index 05d4ae90..00000000 Binary files a/app/res/icon128.png and /dev/null differ diff --git a/app/res/moonlight.svg b/app/res/moonlight.svg new file mode 100644 index 00000000..4a3d121e --- /dev/null +++ b/app/res/moonlight.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/resources.qrc b/app/resources.qrc index 7ff01a66..36e135e7 100644 --- a/app/resources.qrc +++ b/app/resources.qrc @@ -1,6 +1,5 @@ - res/icon128.png res/ic_remove_circle_outline_white_48px.svg res/ic_remove_from_queue_white_48px.svg res/ic_videogame_asset_white_48px.svg @@ -10,5 +9,6 @@ res/settings.svg res/arrow_left.svg res/question_mark.svg + res/moonlight.svg