mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 02:46:22 -04:00
Save state when unchecking webhook checkbox
This commit is contained in:
parent
769b083aaa
commit
3a0d8bc4d4
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ class ReceiveMode(Mode):
|
||||||
)
|
)
|
||||||
self.show_webhook_url()
|
self.show_webhook_url()
|
||||||
else:
|
else:
|
||||||
|
self.settings.set("receive", "webhook_url", None)
|
||||||
self.hide_webhook_url()
|
self.hide_webhook_url()
|
||||||
|
|
||||||
def webhook_url_editing_finished(self):
|
def webhook_url_editing_finished(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue