mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: reminder (#3374)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user