Merge remote-tracking branch 'origin/pr/290'

* origin/pr/290:
  Pass the command line arguments to LogDialog
This commit is contained in:
Marek Marczykowski-Górecki 2021-04-05 15:41:27 +02:00
commit 29afe2a088
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -84,7 +84,7 @@ def main():
qubes_app = Qubes()
qt_app = QtWidgets.QApplication(sys.argv)
log_window = LogDialog(qubes_app, sys.argv[1])
log_window = LogDialog(qubes_app, sys.argv[1:])
log_window.show()
qt_app.exec_()