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
这个提交包含在:
donoban 2018-05-07 13:30:03 +02:00
父节点 07d36a9149
当前提交 be055d8b41
找不到此签名对应的密钥
GPG 密钥 ID: 141310D8E3ED08A5

查看文件

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