From aceafb28f6bc972d89b5431b0295f28248eee905 Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:29:00 +0100 Subject: feat: add server icon to simple colored icons too Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Co-Authored-By: leo78913 --- launcher/resources/pe_blue/pe_blue.qrc | 1 + launcher/resources/pe_blue/scalable/server.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 launcher/resources/pe_blue/scalable/server.svg (limited to 'launcher/resources/pe_blue') diff --git a/launcher/resources/pe_blue/pe_blue.qrc b/launcher/resources/pe_blue/pe_blue.qrc index 639675f0..1b2b6291 100644 --- a/launcher/resources/pe_blue/pe_blue.qrc +++ b/launcher/resources/pe_blue/pe_blue.qrc @@ -40,5 +40,6 @@ scalable/rename.svg scalable/launch.svg scalable/shortcut.svg + scalable/server.svg diff --git a/launcher/resources/pe_blue/scalable/server.svg b/launcher/resources/pe_blue/scalable/server.svg new file mode 100644 index 00000000..85fa6dcf --- /dev/null +++ b/launcher/resources/pe_blue/scalable/server.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit