Browse Source

First manual item bug

main
deicidus 2 years ago
parent
commit
4e87a48e56
  1. 2
      index.js

2
index.js

@ -184,7 +184,7 @@ async function mainMenu() {
let previousChoice
do {
previousChoice = await manualFolderAsMenu(MANUAL_PATH, 'AO User Manual', 'Back to Main Menu', previousChoice)
} while(previousChoice)
} while(previousChoice !== false)
break
case 'Log Out':
await spinnerWait('Logging out... (just kidding)')

Loading…
Cancel
Save