change the status widget on theme change

This commit is contained in:
dries.k
2022-11-04 11:38:45 +01:00
parent 689347b004
commit a6a3869371
3 changed files with 15 additions and 1 deletions

View File

@@ -85,6 +85,9 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
size = settings.value("MainWindow/application/icon/size", type=int)
self.listView_applications.setIconSize(QtCore.QSize(size, size))
# Refresh the status widget
self.status_widget.refresh()
def set_active(self):
self.status_widget.set_active()