mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Merge branch '3.3'
This commit is contained in:
commit
133f6f43fe
18 changed files with 74 additions and 63 deletions
|
@ -705,7 +705,7 @@ class CuraApplication(QtApplication):
|
|||
self._post_start_timer.timeout.connect(self._onPostStart)
|
||||
self._post_start_timer.start()
|
||||
|
||||
|
||||
Logger.log("d", "Booting Cura took %s seconds", time.time() - self._boot_loading_time)
|
||||
self.exec_()
|
||||
|
||||
def _onPostStart(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue