workspace-settings: icon scaling should be hidden when not using icons

This commit is contained in:
Lemmy
2026-01-29 13:42:03 -05:00
parent 76f3fe4624
commit 770d4f9db8
@@ -226,6 +226,7 @@ ColumnLayout {
settingsChanged(saveSettings());
}
text: Math.round(valueIconScale * 100) + "%"
visible: valueShowApplications
}
NDivider {