mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-15 17:40:41 -04:00
Instead of disabling the settings button when share is active, hide it, and show it again when the share stops
This commit is contained in:
parent
06a215f95e
commit
129f5be7a6
3 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue