Skip to content

Commit

Permalink
Launch settings if keyboard_type_v2 is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Sep 29, 2024
1 parent 06d2736 commit 4680bdd
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ class components_manager final : public pqrs::dispatcher::extra::dispatcher_clie
} else {
services_utility::unregister_notification_window_agent();
}

//
// settings alert
//

if (c->get_selected_profile().get_virtual_hid_keyboard()->get_keyboard_type_v2() == "") {
application_launcher::launch_settings();
}
}
});

Expand Down

0 comments on commit 4680bdd

Please sign in to comment.