forked from Shinonome/dots-hyprland
region selector: add option to show/hide coord aim lines
This commit is contained in:
@@ -626,6 +626,19 @@ ContentPage {
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Rectangular selection")
|
||||
|
||||
ConfigSwitch {
|
||||
buttonIcon: "point_scan"
|
||||
text: Translation.tr("Show aim lines")
|
||||
checked: Config.options.regionSelector.rect.showAimLines
|
||||
onCheckedChanged: {
|
||||
Config.options.regionSelector.rect.showAimLines = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Circle selection")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user