Fix wrong parameter

leads to a crash
master
Salvo 'LtWorf' Tomaselli 2020-12-30 12:02:58 +07:00
parent 94facb7744
commit 98ca65b4fe
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 1 deletions

@ -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