summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-10 10:59:01 -0800
committerMicah Lee <micah@micahflee.com>2018-02-10 10:59:01 -0800
commit532d5d5cf0c1650b3bc931090ec269a23882c6dd (patch)
tree573c6c578bf0b0e6d732cab3e151212db4f41eab /install
parent2df4fb643dcf189a980748328bf3a87416f513fb (diff)
downloadonionshare-532d5d5cf0c1650b3bc931090ec269a23882c6dd.tar.gz
onionshare-532d5d5cf0c1650b3bc931090ec269a23882c6dd.zip
Instead of disabling the settings button when share is active, hide it, and show it again when the share stops
Diffstat (limited to 'install')
-rw-r--r--install/onionshare.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index e5f989bb..151d36d4 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -209,7 +209,6 @@ Section "install"
File "${BINPATH}\share\images\server_stopped.png"
File "${BINPATH}\share\images\server_working.png"
File "${BINPATH}\share\images\settings.png"
- File "${BINPATH}\share\images\settings_inactive.png"
SetOutPath "$INSTDIR\share\locale"
File "${BINPATH}\share\locale\cs.json"
@@ -388,7 +387,6 @@ FunctionEnd
Delete "$INSTDIR\share\images\server_stopped.png"
Delete "$INSTDIR\share\images\server_working.png"
Delete "$INSTDIR\share\images\settings.png"
- Delete "$INSTDIR\share\images\settings_inactive.png"
Delete "$INSTDIR\share\license.txt"
Delete "$INSTDIR\share\locale\cs.json"
Delete "$INSTDIR\share\locale\de.json"