mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
Save state when unchecking webhook checkbox
This commit is contained in:
parent
c3327f5cc1
commit
eb628ad093
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ class ReceiveMode(Mode):
|
|||
)
|
||||
self.show_webhook_url()
|
||||
else:
|
||||
self.settings.set("receive", "webhook_url", None)
|
||||
self.hide_webhook_url()
|
||||
|
||||
def webhook_url_editing_finished(self):
|
||||
|
|
Loading…
Reference in a new issue