Build 29062687

This commit is contained in:
Renan LE CARO 2025-04-04 12:07:51 +02:00
parent f76c96019c
commit 85ece0b975
21 changed files with 74 additions and 68 deletions

View file

@ -798,7 +798,7 @@ async function openSettingsMenu() {
title: t("main_menu.settings_title"),
content: [t("main_menu.settings_help"), ...actions],
allowClose: true,
className:'settings',
className: "settings",
});
if (cb) {
cb();
@ -875,7 +875,8 @@ async function openUnlocksList() {
t("unlocks.level"),
...levelActions,
],
allowClose: true,className:'actionsAsGrid',
allowClose: true,
className: "actionsAsGrid",
});
if (tryOn) {
if (await confirmRestart(gameState)) {