commit
2846351115
@ -124,7 +124,7 @@ class relForm(QtWidgets.QMainWindow):
|
|||||||
else:
|
else:
|
||||||
r = _('You are using an unstable version.')
|
r = _('You are using an unstable version.')
|
||||||
|
|
||||||
QtWidgets.QMessageBox.information(_('Version'), r)
|
QtWidgets.QMessageBox.information(self, _('Version'), r)
|
||||||
|
|
||||||
def setHistoryShown(self, history_shown):
|
def setHistoryShown(self, history_shown):
|
||||||
self.history_shown = history_shown
|
self.history_shown = history_shown
|
||||||
|
Loading…
Reference in New Issue
Block a user