We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3050466 commit b25a18aCopy full SHA for b25a18a
oomox_gui/main.py
@@ -362,10 +362,10 @@ def reload_presets(self):
362
363
def disable(self):
364
self._currently_focused_widget = self.get_focus()
365
- self.spinner.start()
366
self.presets_list.set_sensitive(False)
367
self.theme_edit.set_sensitive(False)
368
Gtk.main_iteration_do(False)
+ self.spinner.start()
369
370
def enable(self):
371
self.presets_list.set_sensitive(True)
0 commit comments