i18n: add description to all Bar widget settings

This commit is contained in:
Ly-sec
2025-09-28 11:16:26 +02:00
parent 25eb31747a
commit 388824bf37
13 changed files with 1787 additions and 1386 deletions
@@ -28,7 +28,8 @@ ColumnLayout {
}
NToggle {
label: I18n.tr("bar.widget-settings.control-center.use-distro-logo")
label: I18n.tr("bar.widget-settings.control-center.use-distro-logo.label")
description: I18n.tr("bar.widget-settings.control-center.use-distro-logo.description")
checked: valueUseDistroLogo
onToggled: {
valueUseDistroLogo = checked