You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
banner("Your Settings File Is In An Invalid State. Setting Values May Be Incorrect, And Changes May Be Lost", err,&mutself.shown_errors, cx)
2711
-
)
2717
+
this.child(banner(
2718
+
"Failed to load your settings. Some values may be incorrect and changes may be lost.",
2719
+
err,
2720
+
&mutself.shown_errors,
2721
+
cx,
2722
+
))
2712
2723
})
2713
-
.map(|this| {
2714
-
match&error.migration_status{
2715
-
settings::MigrationStatus::Succeeded => {
2716
-
this.child(
2717
-
banner("Your Settings File Is Out Of Date, And Needs To Be Updated","It May Be Possible To Automatically Migrate Your Settings File".to_string(),&mutself.shown_errors, cx)
0 commit comments