Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corrad1nho committed Aug 21, 2018
1 parent 356aa98 commit def879e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qomui/qomui_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def879e

Please sign in to comment.