Skip to content

Commit

Permalink
replace spaces with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevdliu committed Apr 16, 2024
1 parent e7abbdd commit 724a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysinfo_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SysInfoPanel::SysInfoPanel()
lv_obj_align(display_sleep_dd, LV_ALIGN_RIGHT_MID, 0, 0);
lv_dropdown_set_options(display_sleep_dd,
"Never\n"
"5 Minutes\n"
"5 Minutes\n"
"10 Minutes\n"
"30 Minutes\n"
"1 Hour\n"
Expand Down

0 comments on commit 724a9f7

Please sign in to comment.