[retention] Add setting for auto removing notifications
Some checks failed
CI / Rustfmt (push) Successful in 35s
CI / Flatpak (push) Failing after 6s

This commit is contained in:
2026-03-19 20:52:05 -04:00
parent 750cba8351
commit c112c8dd47
7 changed files with 116 additions and 10 deletions

View File

@ -37,6 +37,10 @@ template $SubscriptionInfoDialog : Adw.Dialog {
Adw.SwitchRow muted_switch_row {
title: "Muted";
}
Adw.SpinRow retention_hours_spin_row {
title: "Retention Hours";
subtitle: "How long messages are stored (0 = forever)";
}
styles [
"boxed-list"