MacOS testing, disable startup loading

This commit is contained in:
grossmj
2026-01-09 17:05:48 +08:00
parent 55d08125d5
commit 6a91bf22f1

View File

@@ -195,7 +195,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.setWindowTitle("[*] GNS3")
# load initial stuff once the event loop isn't busy
self.run_later(0, self.startupLoading)
# self.run_later(0, self.startupLoading)
def _connections(self):
"""