aboutsummaryrefslogtreecommitdiffstats
path: root/sysui
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2020-01-09 18:33:29 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-01-13 15:52:35 +0000
commit2a5fcb89ca8d8175b95cbd95a76661486c61e0b1 (patch)
treef0910c6e88e43a998df018d990531c72fb451187 /sysui
parent40ec240c338780a661bb43486b2e9b4598ef6886 (diff)
[application model] update the handling of auto-started apps
-- we want to split the loading phase for Neptune 3 UI into 2 steps (make it more transparent), this patch is the first step for it. Change-Id: Id27d7d9701095dd70d259ef14d5bd11a521c6678 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/stores/RootStore.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysui/stores/RootStore.qml b/sysui/stores/RootStore.qml
index 782c7462..6b38b57f 100644
--- a/sysui/stores/RootStore.qml
+++ b/sysui/stores/RootStore.qml
@@ -77,7 +77,6 @@ Store {
readonly property var applicationModel: ApplicationModel {
id: applicationModel
localeCode: Config.languageLocale
- autostartApps: settingsStore.value("autostartApps", settingsStore.defaultAutostartApps)
showCluster: (WindowManager.runningOnDesktop || Qt.application.screens.length > 1) && root.clusterStore.showCluster
showHUD: root.hudStore.showHUD