mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Save state when unchecking webhook checkbox
This commit is contained in:
parent
c3327f5cc1
commit
eb628ad093
@ -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 New Issue
Block a user