forked from Shinonome/dots-hyprland
fix: use end-4 copy in InterfaceConfig
This commit is contained in:
@@ -408,7 +408,7 @@ ContentPage {
|
|||||||
|
|
||||||
ContentSubsection {
|
ContentSubsection {
|
||||||
title: Translation.tr("Super key symbol")
|
title: Translation.tr("Super key symbol")
|
||||||
tooltip: Translation.tr("Choose a symbol from this list or edit config.json and add your own nerd symbol in cheatsheet.superKey.")
|
tooltip: Translation.tr("You can also manually edit cheatsheet.superKey")
|
||||||
ConfigSelectionArray {
|
ConfigSelectionArray {
|
||||||
currentValue: Config.options.cheatsheet.superKey
|
currentValue: Config.options.cheatsheet.superKey
|
||||||
onSelected: newValue => {
|
onSelected: newValue => {
|
||||||
@@ -462,7 +462,7 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
ConfigSwitch {
|
ConfigSwitch {
|
||||||
buttonIcon: "highlight_keyboard_focus"
|
buttonIcon: "highlight_keyboard_focus"
|
||||||
text: Translation.tr("Split Buttons")
|
text: Translation.tr("Split buttons")
|
||||||
checked: Config.options.cheatsheet.splitButtons
|
checked: Config.options.cheatsheet.splitButtons
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
Config.options.cheatsheet.splitButtons = checked;
|
Config.options.cheatsheet.splitButtons = checked;
|
||||||
|
|||||||
Reference in New Issue
Block a user