From ce892c9e777f13de6e6298806d9fdb5c92f77af6 Mon Sep 17 00:00:00 2001 From: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:02:31 +0200 Subject: Add icon NOTE: Currently missing on Legacy, Flat and Flat (White) Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> --- launcher/resources/pe_light/pe_light.qrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'launcher/resources/pe_light/pe_light.qrc') diff --git a/launcher/resources/pe_light/pe_light.qrc b/launcher/resources/pe_light/pe_light.qrc index d8e4a1bd..6acca230 100644 --- a/launcher/resources/pe_light/pe_light.qrc +++ b/launcher/resources/pe_light/pe_light.qrc @@ -1,5 +1,4 @@ - - + index.theme scalable/about.svg @@ -39,5 +38,6 @@ scalable/export.svg scalable/rename.svg scalable/launch.svg + scalable/shortcut.svg -- cgit From cca052ccc9d644c84384ceefe97bbce45381a9e2 Mon Sep 17 00:00:00 2001 From: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> Date: Mon, 14 Nov 2022 22:46:41 +0200 Subject: Restore QRC headers Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> --- launcher/resources/OSX/OSX.qrc | 3 ++- launcher/resources/iOS/iOS.qrc | 3 ++- launcher/resources/pe_blue/pe_blue.qrc | 3 ++- launcher/resources/pe_colored/pe_colored.qrc | 3 ++- launcher/resources/pe_dark/pe_dark.qrc | 3 ++- launcher/resources/pe_light/pe_light.qrc | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) (limited to 'launcher/resources/pe_light/pe_light.qrc') diff --git a/launcher/resources/OSX/OSX.qrc b/launcher/resources/OSX/OSX.qrc index 3f50d6cf..9d4511d1 100644 --- a/launcher/resources/OSX/OSX.qrc +++ b/launcher/resources/OSX/OSX.qrc @@ -1,4 +1,5 @@ - + + index.theme scalable/about.svg diff --git a/launcher/resources/iOS/iOS.qrc b/launcher/resources/iOS/iOS.qrc index d7044fbb..0b79efb2 100644 --- a/launcher/resources/iOS/iOS.qrc +++ b/launcher/resources/iOS/iOS.qrc @@ -1,4 +1,5 @@ - + + index.theme scalable/about.svg diff --git a/launcher/resources/pe_blue/pe_blue.qrc b/launcher/resources/pe_blue/pe_blue.qrc index dc40103a..639675f0 100644 --- a/launcher/resources/pe_blue/pe_blue.qrc +++ b/launcher/resources/pe_blue/pe_blue.qrc @@ -1,4 +1,5 @@ - + + index.theme scalable/about.svg diff --git a/launcher/resources/pe_colored/pe_colored.qrc b/launcher/resources/pe_colored/pe_colored.qrc index bd1af6ff..fac58da8 100644 --- a/launcher/resources/pe_colored/pe_colored.qrc +++ b/launcher/resources/pe_colored/pe_colored.qrc @@ -1,4 +1,5 @@ - + + index.theme scalable/about.svg diff --git a/launcher/resources/pe_dark/pe_dark.qrc b/launcher/resources/pe_dark/pe_dark.qrc index 05ef7e93..c0c6ee6c 100644 --- a/launcher/resources/pe_dark/pe_dark.qrc +++ b/launcher/resources/pe_dark/pe_dark.qrc @@ -1,4 +1,5 @@ - + + index.theme scalable/about.svg diff --git a/launcher/resources/pe_light/pe_light.qrc b/launcher/resources/pe_light/pe_light.qrc index 6acca230..bd6a2496 100644 --- a/launcher/resources/pe_light/pe_light.qrc +++ b/launcher/resources/pe_light/pe_light.qrc @@ -1,4 +1,5 @@ - + + index.theme scalable/about.svg -- cgit 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 + launcher/resources/pe_colored/pe_colored.qrc | 1 + launcher/resources/pe_colored/scalable/server.svg | 1 + launcher/resources/pe_dark/pe_dark.qrc | 1 + launcher/resources/pe_dark/scalable/server.svg | 1 + launcher/resources/pe_light/pe_light.qrc | 1 + launcher/resources/pe_light/scalable/server.svg | 1 + 8 files changed, 8 insertions(+) create mode 100644 launcher/resources/pe_blue/scalable/server.svg create mode 100644 launcher/resources/pe_colored/scalable/server.svg create mode 100644 launcher/resources/pe_dark/scalable/server.svg create mode 100644 launcher/resources/pe_light/scalable/server.svg (limited to 'launcher/resources/pe_light/pe_light.qrc') 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 diff --git a/launcher/resources/pe_colored/pe_colored.qrc b/launcher/resources/pe_colored/pe_colored.qrc index fac58da8..084fca93 100644 --- a/launcher/resources/pe_colored/pe_colored.qrc +++ b/launcher/resources/pe_colored/pe_colored.qrc @@ -40,5 +40,6 @@ scalable/rename.svg scalable/launch.svg scalable/shortcut.svg + scalable/server.svg diff --git a/launcher/resources/pe_colored/scalable/server.svg b/launcher/resources/pe_colored/scalable/server.svg new file mode 100644 index 00000000..60b469ea --- /dev/null +++ b/launcher/resources/pe_colored/scalable/server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/launcher/resources/pe_dark/pe_dark.qrc b/launcher/resources/pe_dark/pe_dark.qrc index c0c6ee6c..5c49b75a 100644 --- a/launcher/resources/pe_dark/pe_dark.qrc +++ b/launcher/resources/pe_dark/pe_dark.qrc @@ -40,5 +40,6 @@ scalable/rename.svg scalable/launch.svg scalable/shortcut.svg + scalable/server.svg diff --git a/launcher/resources/pe_dark/scalable/server.svg b/launcher/resources/pe_dark/scalable/server.svg new file mode 100644 index 00000000..493d8d87 --- /dev/null +++ b/launcher/resources/pe_dark/scalable/server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/launcher/resources/pe_light/pe_light.qrc b/launcher/resources/pe_light/pe_light.qrc index bd6a2496..a8e3f157 100644 --- a/launcher/resources/pe_light/pe_light.qrc +++ b/launcher/resources/pe_light/pe_light.qrc @@ -40,5 +40,6 @@ scalable/rename.svg scalable/launch.svg scalable/shortcut.svg + scalable/server.svg diff --git a/launcher/resources/pe_light/scalable/server.svg b/launcher/resources/pe_light/scalable/server.svg new file mode 100644 index 00000000..61acb6a2 --- /dev/null +++ b/launcher/resources/pe_light/scalable/server.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit