mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
GUI: NumberInput allow empty default and show pressing 0
This commit is contained in:
@@ -36,7 +36,7 @@ void momentum_app_scene_protocols_freqs_add_on_enter(void* context) {
|
||||
momentum_app_scene_protocols_freqs_add_number_input_callback,
|
||||
app,
|
||||
0,
|
||||
0, // TODO: support leaving default value empty, change min to 100000
|
||||
100000,
|
||||
999999);
|
||||
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, MomentumAppViewNumberInput);
|
||||
|
||||
Reference in New Issue
Block a user