diff --git a/qomui/qomui_gui.py b/qomui/qomui_gui.py index 3776b6e..13a5b67 100755 --- a/qomui/qomui_gui.py +++ b/qomui/qomui_gui.py @@ -977,11 +977,11 @@ def release_compare(self, release): self.updateQomuiBt.setVisible(True) self.newVersionLabel.setVisible(True) - self.notify( - 'Qomui: Update available', - 'Download version {} via "About" tab'.format(self.release), - icon="Information" - ) + self.notify( + 'Qomui: Update available', + 'Download version {} via "About" tab'.format(self.release), + icon="Information" + ) except ValueError: pass