This commit is contained in:
lollipopkit
2023-08-11 11:45:22 +08:00
parent 9ca096094f
commit 58a08757f5
6 changed files with 31 additions and 29 deletions

View File

@@ -111,13 +111,13 @@ class _HomePageState extends State<HomePage>
super.build(context);
final actions = <Widget>[
IconButton(
icon: const Icon(Icons.developer_mode, size: 23),
tooltip: _s.debug,
onPressed: () => AppRoute(
const DebugPage(),
'Debug Page',
).go(context),
),
icon: const Icon(Icons.developer_mode, size: 23),
tooltip: _s.debug,
onPressed: () => AppRoute(
const DebugPage(),
'Debug Page',
).go(context),
),
];
if (isDesktop && _selectIndex.value == AppTab.server.index) {
actions.add(