feat(about): ability to disable changelog display.

This commit is contained in:
Lemmy
2026-03-10 12:05:20 -04:00
parent ca25de27b4
commit be4db75365
19 changed files with 51 additions and 0 deletions
@@ -616,6 +616,14 @@ ColumnLayout {
}
}
NToggle {
Layout.fillWidth: true
label: I18n.tr("panels.about.changelog-on-startup")
description: I18n.tr("panels.about.changelog-on-startup-desc")
checked: Settings.data.general.showChangelogOnStartup
onToggled: checked => Settings.data.general.showChangelogOnStartup = checked
}
// System Information Section
NDivider {
Layout.fillWidth: true