Merge pull request #54 from ltworf/vcheck

Fix crash
This commit is contained in:
Salvo 'LtWorf' Tomaselli 2020-12-30 12:06:13 +01:00 committed by GitHub
commit 2846351115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ class relForm(QtWidgets.QMainWindow):
else:
r = _('You are using an unstable version.')
QtWidgets.QMessageBox.information(_('Version'), r)
QtWidgets.QMessageBox.information(self, _('Version'), r)
def setHistoryShown(self, history_shown):
self.history_shown = history_shown