diff options
Diffstat (limited to 'gui/themes/theme-riseup.js')
-rw-r--r-- | gui/themes/theme-riseup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/theme-riseup.js b/gui/themes/theme-riseup.js index 67fb0e1..a63122f 100644 --- a/gui/themes/theme-riseup.js +++ b/gui/themes/theme-riseup.js @@ -3,7 +3,7 @@ const iconOn = "../resources/riseup-icon.svg"; const iconOff = "../resources/icon-noshield.svg"; const iconConnecting = "../resources/ravens.gif"; -const iconSplash = "../resources/riseup-icon.svg"; +const iconSplash = "../resources/icon-noshield.svg"; const bgColor = "#f3f3f3"; const fgColor = "#ffffff"; |