feat: reminder (#3374)

This commit is contained in:
Mathias Mogensen
2023-10-02 09:12:24 +02:00
committed by GitHub
parent f7749bdccc
commit 4a433a3176
99 changed files with 4599 additions and 998 deletions

View File

@ -301,7 +301,7 @@ where
is_changed = true;
},
Some(pos) => {
let mut old_group = configuration.groups.get_mut(pos).unwrap();
let old_group = configuration.groups.get_mut(pos).unwrap();
// Take the old group setting
group.visible = old_group.visible;
if !is_changed {