Corners: removed all but the screen corners

- renamed Corners to Corner as it create only a single corner
This commit is contained in:
quadbyte 2025-08-07 14:26:43 -04:00
parent ef7e187301
commit 4f4c22baf9
7 changed files with 6 additions and 140 deletions

View file

@ -134,7 +134,7 @@ ColumnLayout {
ToggleOption {
label: "Show Corners"
description: "Display rounded corners"
description: "Display rounded corners on the edge of the screen"
value: Settings.settings.showCorners
onToggled: function() {
Settings.settings.showCorners = !Settings.settings.showCorners;