審査用に文言などを修正 ver.4.5.1 467

This commit is contained in:
2024-05-15 17:59:25 +09:00
parent dd9343bef7
commit df4405aedf
28 changed files with 843 additions and 227 deletions

View File

@ -281,7 +281,15 @@ class DrawerPage extends StatelessWidget {
Get.toNamed(Routes.SETTINGS);
},
)
),
ListTile(
leading: const Icon(Icons.developer_mode),
title: const Text('開発者メニュー'),
onTap: () {
Get.back(); // ドロワーを閉じる
Get.toNamed('/debug'); // デバッグ画面に遷移
},
),
// ListTile(
// leading: const Icon(Icons.router),
// title: Text("my_route".tr),