Fix weird format

This commit is contained in:
Willy-JL
2023-06-03 23:00:04 +01:00
parent 6c6a481683
commit e50c8f496b
+1 -3
View File
@@ -118,9 +118,7 @@ void XTREME_SETTINGS_LOAD() {
}
flipper_format_rewind(file);
if(flipper_format_read_bool(file, "dark_mode", &b, 1)) {
{
x->dark_mode = b;
}
x->dark_mode = b;
}
flipper_format_rewind(file);
if(flipper_format_read_uint32(file, "favorite_timeout", &u, 1)) {