Corners: removed all but the screen corners
- renamed Corners to Corner as it create only a single corner
This commit is contained in:
parent
ef7e187301
commit
4f4c22baf9
7 changed files with 6 additions and 140 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue