This commit is contained in:
Willy-JL
2024-04-29 22:10:56 +01:00
parent 441fe9f032
commit 5a4bbbadf1

View File

@@ -35,7 +35,6 @@ bool findmy_state_load(FindMyState* out_state) {
} }
state.tag_type = tmp; state.tag_type = tmp;
if(!flipper_format_read_bool(file, "show_mac", &state.show_mac, 1)) { if(!flipper_format_read_bool(file, "show_mac", &state.show_mac, 1)) {
// Support migrating from old config // Support migrating from old config
state.show_mac = false; state.show_mac = false;