Revert order of fill_table() and show() and removed the timer

This does not seem to have any problem and the manager window appears already filled which seems more user friendly
This commit is contained in:
donoban 2018-05-07 13:30:03 +02:00
parent 07d36a9149
commit be055d8b41
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -1200,9 +1200,8 @@ def main():
manager_window = VmManagerWindow(qt_app, qubes_app)
manager_window.fill_table()
manager_window.show()
timer = QtCore.QTimer()
timer.singleShot(1, manager_window.update_table)
qt_app.exec_()