mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-28 18:50:40 +03:00
unicode character for onposition global shortcuts
This commit is contained in:
parent
66be70a319
commit
08ec690805
@ -587,7 +587,7 @@ PlasmaComponents.Page {
|
||||
}
|
||||
|
||||
PlasmaComponents.CheckBox {
|
||||
text: i18n("Activate based on position through global shortcuts")
|
||||
text: i18n("🅰 Activate based on position through global shortcuts")
|
||||
checked: latteView.isPreferredForShortcuts || (!latteView.managedLayout.preferredForShortcutsTouched && latteView.isHighestPriorityView())
|
||||
//enabled: shortcutsEngine.basedOnPositionEnabled
|
||||
|
||||
|
@ -140,7 +140,7 @@ PlasmaComponents.Page {
|
||||
PlasmaComponents.CheckBox {
|
||||
id: unifyGlobalShortcutsChk
|
||||
Layout.leftMargin: units.smallSpacing * 2
|
||||
text: i18n("Based on position shortcuts apply only for tasks")
|
||||
text: i18n("🅰 Based on position shortcuts apply only for tasks")
|
||||
checked: !plasmoid.configuration.unifiedGlobalShortcuts
|
||||
tooltip: i18n("Based on position global shortcuts are enabled only for tasks and not for applets")
|
||||
visible: dialog.highLevel
|
||||
|
Loading…
x
Reference in New Issue
Block a user