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:
parent
07d36a9149
commit
be055d8b41
@ -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_()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user