This commit is contained in:
Lemmy
2025-12-20 18:11:20 -05:00
parent 425cdecd8d
commit 65f5c8e47b
8 changed files with 29 additions and 32 deletions
+2 -2
View File
@@ -31,7 +31,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
@@ -387,5 +388,4 @@ RowLayout {
}
}
}
}