Skip to content

Commit

Permalink
fix: Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
QtRoS committed Oct 1, 2023
1 parent b6c3ee6 commit 1fba658
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hex_viewer.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ int32_t hex_viewer_app(void* p) {

view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);

scene_manager_next_scene(app->scene_manager, HexViewerSceneStartscreen); //Start with start screen
//scene_manager_next_scene(app->scene_manager, HexViewerSceneMenu); //if you want to directly start with Menu
scene_manager_next_scene(app->scene_manager, HexViewerSceneStartscreen);

furi_hal_power_suppress_charge_enter();

Expand Down

0 comments on commit 1fba658

Please sign in to comment.