mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
shell: Fix containment being applied immediately
This commit is contained in:
parent
1830b9dd2a
commit
85d70bb589
2 changed files with 3 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
"Description[tr]": "Ayarlar uygulaması tez ayarı",
|
"Description[tr]": "Ayarlar uygulaması tez ayarı",
|
||||||
"Description[uk]": "Швидке налаштовування параметрів програм",
|
"Description[uk]": "Швидке налаштовування параметрів програм",
|
||||||
"Description[x-test]": "xxSettings application quick settingxx",
|
"Description[x-test]": "xxSettings application quick settingxx",
|
||||||
"Icon": "spectacle",
|
"Icon": "settings-configure",
|
||||||
"Id": "org.kde.plasma.quicksetting.settingsapp",
|
"Id": "org.kde.plasma.quicksetting.settingsapp",
|
||||||
"License": "GPL-2.0+",
|
"License": "GPL-2.0+",
|
||||||
"Name": "Settings",
|
"Name": "Settings",
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,8 @@ ColumnLayout {
|
||||||
layoutSelectComboBox.currentValue = name;
|
layoutSelectComboBox.currentValue = name;
|
||||||
var model = configDialog.containmentPluginsConfigModel.get(index);
|
var model = configDialog.containmentPluginsConfigModel.get(index);
|
||||||
root.containmentPlugin = pluginName;
|
root.containmentPlugin = pluginName;
|
||||||
root.configurationChanged();
|
// don't apply configuration immediately
|
||||||
|
//root.configurationChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue