We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed09ee0 commit d74673aCopy full SHA for d74673a
services/pddb/src/main.rs
@@ -662,6 +662,9 @@ fn wrapped_main() -> ! {
662
if !pddb_os.rootkeys_initialized() {
663
// can't mount if we have no root keys
664
log::info!("{}PDDB.SKIPMOUNT,{}", xous::BOOKEND_START, xous::BOOKEND_END);
665
+ // allow the main menu to be used in this case
666
+ let gam = gam::Gam::new(&xns).unwrap();
667
+ gam.allow_mainmenu().expect("coudln't allow main menu activation");
668
xous::return_scalar2(msg.sender, 1, 0).expect("could't return scalar");
669
} else {
670
match ensure_password(&modals, &mut pddb_os, pw_cid) {
0 commit comments