restores main.js

This commit is contained in:
ThatBen 2025-04-02 14:49:19 +02:00
parent 3dc5a38f57
commit 8365e556a0
No known key found for this signature in database
GPG Key ID: E020A7DDCD52E1AB

View File

@ -114,9 +114,7 @@ export async function main() {
configMenu,
);
// await mainMenu.show();
const pathResult = await pathSelector.show(configService.get().codexPath, true);
console.log("Selected path: " + pathResult);
await mainMenu.show();
return;
try {