mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
Fix weird format
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user