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
orang tua 07d36a9149
melakukan be055d8b41
Tidak diketahui kunci yang ditemukan di database signature
GPG Key ID: 141310D8E3ED08A5

Melihat 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_()