Skip to content

Commit c8e4962

Browse files
committed
Battery: add missing {icon} in key format
1 parent 171005b commit c8e4962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/battery/battery.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ static void printBattery(FFBatteryOptions* options, FFBatteryResult* result, uin
2323
FF_PARSE_FORMAT_STRING_CHECKED(&key, &options->moduleArgs.key, ((FFformatarg[]) {
2424
FF_FORMAT_ARG(index, "index"),
2525
FF_FORMAT_ARG(result->modelName, "name"),
26+
FF_FORMAT_ARG(options->moduleArgs.keyIcon, "icon"),
2627
}));
2728
}
2829

0 commit comments

Comments
 (0)