From bf78287563c4dd59c5667a3b0021322d29c4c0f0 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Sun, 16 Jul 2023 17:22:16 +0900 Subject: [PATCH] =?UTF-8?q?state=E6=8C=87=E5=AE=9A=E3=82=92=E3=83=9F?= =?UTF-8?q?=E3=82=B9=E3=81=A3=E3=81=A6=E3=81=9F=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps.js b/Apps.js index ea1f68f..031d11c 100644 --- a/Apps.js +++ b/Apps.js @@ -111,7 +111,7 @@ export default function Apps({ AS.getItem("stationSwitch") .then((d) => { if (d) { - setTrainMenu(d); + setStationMenu(d); } else { AS.setItem("stationSwitch", "true").then(Updates.reloadAsync); } @@ -125,7 +125,7 @@ export default function Apps({ AS.getItem("trainSwitch") .then((d) => { if (d) { - setStationMenu(d); + setTrainMenu(d); } else { AS.setItem("trainSwitch", "true").then(Updates.reloadAsync); }