Save state when unchecking webhook checkbox

This commit is contained in:
Micah Lee 2021-04-12 07:53:14 -07:00
parent c3327f5cc1
commit eb628ad093
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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):