feat: switch back to landscape size when entering Setting and Device page

This commit is contained in:
AkiChase 2025-03-17 17:44:15 +08:00
parent 25dd0e3c81
commit 615e08cb7e

View File

@ -9,7 +9,6 @@ import SettingTab from "./SettingTab.vue";
import { useHorRotation } from "../../tools/hooks";
import { onActivated } from "vue";
// TODO Switch back to landscape size when entering Settings and Devices screen
const store = useGlobalStore();
const horRotation = useHorRotation();