Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2020-07-10 14:23:30 +0300
committerJaime van Kessel <nallath@gmail.com>2020-07-10 14:23:30 +0300
commitb1cd5960b82f3c08c95881ae462ae3239efa35df (patch)
treebf84ec6d4757b9d378db4477895ce0ec4571d10b /resources/qml/Cura.qml
parente000efe49304331c5af7870f0c72b98f8da30e41 (diff)
Load a number of dialogs on demand instead of always
Knocks off 0.4 sec of booting.
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index c9a16e579a..c3d9dfbf96 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -866,6 +866,7 @@ UM.MainWindow
title: catalog.i18nc("@title:window", "What's New")
model: CuraApplication.getWhatsNewPagesModel()
progressBarVisible: false
+ visible: false
}
Connections