mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
feat(1.89.19): google translate support
This commit is contained in:
parent
c5a4014feb
commit
9bdf8629fb
3 changed files with 3 additions and 3 deletions
2
main.js
2
main.js
|
|
@ -29,7 +29,7 @@ if (PRODUCTION && "serviceWorker" in navigator) {
|
|||
"beforeinstallprompt",
|
||||
async event => {
|
||||
event.preventDefault();
|
||||
const Installation = await import("./modules/dynamic/installation.js");
|
||||
const Installation = await import("./modules/dynamic/installation.js?v=1.89.19");
|
||||
Installation.init(event);
|
||||
},
|
||||
{once: true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue