mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Cleanup: more strings cleanup, removing capitalization and minor adjusments.
This commit is contained in:
@@ -29,7 +29,7 @@ ColumnLayout {
|
||||
model: ListModel {
|
||||
ListElement {
|
||||
key: "onhover"
|
||||
name: "On Hover"
|
||||
name: "On hover"
|
||||
}
|
||||
ListElement {
|
||||
key: "forceOpen"
|
||||
@@ -37,7 +37,7 @@ ColumnLayout {
|
||||
}
|
||||
ListElement {
|
||||
key: "alwaysHide"
|
||||
name: "Always Hide"
|
||||
name: "Always hide"
|
||||
}
|
||||
}
|
||||
currentKey: valueDisplayMode
|
||||
|
||||
Reference in New Issue
Block a user