Merge remote-tracking branch 'origin/pr/290'
* origin/pr/290: Pass the command line arguments to LogDialog
This commit is contained in:
commit
29afe2a088
@ -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_()
|
||||
|
Loading…
Reference in New Issue
Block a user