shell: Fix containment being applied immediately

This commit is contained in:
Devin Lin 2022-09-10 12:41:41 -04:00
parent 1830b9dd2a
commit 85d70bb589
2 changed files with 3 additions and 2 deletions

View file

@ -51,7 +51,7 @@
"Description[tr]": "Ayarlar uygulaması tez ayarı",
"Description[uk]": "Швидке налаштовування параметрів програм",
"Description[x-test]": "xxSettings application quick settingxx",
"Icon": "spectacle",
"Icon": "settings-configure",
"Id": "org.kde.plasma.quicksetting.settingsapp",
"License": "GPL-2.0+",
"Name": "Settings",

View file

@ -94,7 +94,8 @@ ColumnLayout {
layoutSelectComboBox.currentValue = name;
var model = configDialog.containmentPluginsConfigModel.get(index);
root.containmentPlugin = pluginName;
root.configurationChanged();
// don't apply configuration immediately
//root.configurationChanged();
}
}
}