adde logger to mzta_Menus

This commit is contained in:
mic 2024-09-25 21:35:06 +02:00
parent 0f9bbee113
commit fcb9eede32

View file

@ -459,5 +459,5 @@ function checkScreenDimensions(prefs){
}
// Menus handling
const menus = new mzta_Menus(openChatGPT);
const menus = new mzta_Menus(openChatGPT, prefs_debug.do_debug);
menus.loadMenus();