Commit cc631d3b authored by Roman Alifanov's avatar Roman Alifanov

settings: skip busy state for info widgets

parent 805af901
......@@ -81,6 +81,8 @@ class BaseSetting:
def _sync_busy(self):
if self.widget and self._widget_ready:
if self.type.startswith('info_'):
return
self.widget.set_busy(self._busy_count > 0)
def _set_busy(self, busy):
......
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