mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
Build 29079805
This commit is contained in:
parent
8e4e67e33b
commit
871a7f9c31
13 changed files with 68 additions and 39 deletions
|
@ -34,6 +34,7 @@ import {
|
|||
import "./PWA/sw_loader";
|
||||
import { getCurrentLang, languages, t } from "./i18n/i18n";
|
||||
import {
|
||||
commitSettingsChangesToLocalStorage,
|
||||
cycleMaxCoins,
|
||||
getCurrentMaxCoins,
|
||||
getSettingValue,
|
||||
|
@ -658,6 +659,7 @@ async function openSettingsMenu() {
|
|||
(await confirmRestart(gameState))
|
||||
) {
|
||||
setSettingValue("lang", pick);
|
||||
commitSettingsChangesToLocalStorage();
|
||||
window.location.reload();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue