text:i18n("Activate based on position through global shortcuts")
checked:latteView.isPreferredForShortcuts
//enabled:shortcutsEngine.basedOnPositionEnabled
tooltip:i18n("This view is used for based on position global shortcuts. Take note that only one view can have that option enabled for each layout")
onClicked:{
latteView.isPreferredForShortcuts=checked
}
}
PlasmaComponents.CheckBox{
Layout.leftMargin:units.smallSpacing*2
text:i18n("Decrease size automatically when needed")
@ -576,19 +589,6 @@ PlasmaComponents.Page {
}
}
PlasmaComponents.CheckBox{
Layout.leftMargin:units.smallSpacing*2
text:i18n("Prefer for based on position global shortcuts")
checked:latteView.isPreferredForShortcuts
enabled:shortcutsEngine.basedOnPositionEnabled
tooltip:i18n("This view is preferred to use the based on position global shortcuts. Take note that only one view can have that option enabled for each layout")