mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-08-29 01:28:20 +00:00
remove duplicated code, do we really want the same code if auto_save is not on ?
This commit is contained in:
@@ -30,12 +30,6 @@ static void protopirate_scene_receiver_update_statusbar(void* context) {
|
||||
"%u/%u",
|
||||
protopirate_history_get_item(app->txrx->history),
|
||||
PROTOPIRATE_DISPLAY_HISTORY_MAX);
|
||||
} else {
|
||||
furi_string_printf(
|
||||
history_stat_str,
|
||||
"%u/%u",
|
||||
protopirate_history_get_item(app->txrx->history),
|
||||
PROTOPIRATE_DISPLAY_HISTORY_MAX);
|
||||
}
|
||||
|
||||
// Pass actual external radio status
|
||||
|
||||
Reference in New Issue
Block a user