[retention] Add setting for auto removing notifications
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user