[minor] small style changes

This commit is contained in:
2022-03-22 11:26:29 +01:00
parent 83ba63a3fd
commit 86dc0f5436
3 changed files with 5 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ class LogWidget(QtWidgets.QWidget):
self.layout.addWidget(self.tabs)
def active_error(self):
if self.current_active_error == False:
if not self.current_active_error:
self.current_active_error = True
self.show()
self.activateWindow()