mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
autofmt
This commit is contained in:
@@ -30,7 +30,8 @@ RowLayout {
|
||||
|
||||
readonly property bool isValueChanged: isSettings && (currentKey !== defaultValue)
|
||||
readonly property string indicatorTooltip: {
|
||||
if (!isSettings) return "";
|
||||
if (!isSettings)
|
||||
return "";
|
||||
var displayValue = "";
|
||||
if (defaultValue === "") {
|
||||
// Try to find the display name for empty key in the model
|
||||
@@ -304,5 +305,4 @@ RowLayout {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user