Commit 3bfbe556 authored by Roman Alifanov's avatar Roman Alifanov

small fix

parent 8cf1a4e9
......@@ -16,4 +16,7 @@ class ButtonWidget(BaseWidget):
return self.row
def _on_button_clicked(self, button):
self.setting._set_backend_value(True)
\ No newline at end of file
self.setting._set_backend_value(True)
def update_display(self):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment