From fdd9aa959bf4d28a454ac37c3123eac5e7ccdcd2 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 11 Aug 2019 18:00:12 +0200 Subject: ChanViewer: Make a 32x32 icon :^) --- Base/home/anon/Launcher.ini | 2 +- Base/res/icons/32x32/app-chanviewer.png | Bin 0 -> 383 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Base/res/icons/32x32/app-chanviewer.png diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini index 9d6cdcf670..5ba02ee44a 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -47,4 +47,4 @@ Icon=/res/icons/32x32/app-piano.png [ChanViewer] Path=/bin/ChanViewer -Icon=/res/icons/16x16/app-chanviewer.png +Icon=/res/icons/32x32/app-chanviewer.png diff --git a/Base/res/icons/32x32/app-chanviewer.png b/Base/res/icons/32x32/app-chanviewer.png new file mode 100644 index 0000000000..9e2e8a2f05 Binary files /dev/null and b/Base/res/icons/32x32/app-chanviewer.png differ -- cgit v1.2.3