From 93e0041d0e6c3d7859f7d8b058a0fd014329bec6 Mon Sep 17 00:00:00 2001 From: flow Date: Sun, 15 May 2022 11:09:45 -0300 Subject: change: use modrinth icon as default on modrinth packs --- launcher/resources/multimc/multimc.qrc | 2 +- launcher/resources/multimc/scalable/instances/modrinth.svg | 4 ++++ launcher/resources/multimc/scalable/modrinth.svg | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 launcher/resources/multimc/scalable/instances/modrinth.svg delete mode 100644 launcher/resources/multimc/scalable/modrinth.svg (limited to 'launcher/resources/multimc') diff --git a/launcher/resources/multimc/multimc.qrc b/launcher/resources/multimc/multimc.qrc index 86ebf753..e22fe7ee 100644 --- a/launcher/resources/multimc/multimc.qrc +++ b/launcher/resources/multimc/multimc.qrc @@ -21,7 +21,7 @@ scalable/atlauncher-placeholder.png - scalable/modrinth.svg + scalable/instances/modrinth.svg scalable/proxy.svg diff --git a/launcher/resources/multimc/scalable/instances/modrinth.svg b/launcher/resources/multimc/scalable/instances/modrinth.svg new file mode 100644 index 00000000..32715f5c --- /dev/null +++ b/launcher/resources/multimc/scalable/instances/modrinth.svg @@ -0,0 +1,4 @@ + + + + diff --git a/launcher/resources/multimc/scalable/modrinth.svg b/launcher/resources/multimc/scalable/modrinth.svg deleted file mode 100644 index 32715f5c..00000000 --- a/launcher/resources/multimc/scalable/modrinth.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - -- cgit