mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
Update import Data
This commit is contained in:
parent
e1ed829f42
commit
8c0b9d755c
@ -151,7 +151,7 @@ export default class MenuUiHandler extends MessageUiHandler {
|
||||
},
|
||||
keepOpen: true
|
||||
});
|
||||
if (Utils.isLocal) {
|
||||
if (Utils.isLocal || import.meta.env.VITE_IMPORT_DATA) {
|
||||
manageDataOptions.push({
|
||||
label: i18next.t("menuUiHandler:importData"),
|
||||
handler: () => {
|
||||
|
Loading…
Reference in New Issue
Block a user