fix: code editor tool bar (#933)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-10-10 09:14:41 +08:00
committed by GitHub
parent bb3e3b4848
commit bd949288ed
13 changed files with 26 additions and 345 deletions

View File

@@ -46,11 +46,7 @@ extension _Server on _AppSettingsPageState {
subtitle: Text(l10n.connectionStatsDesc),
trailing: const Icon(Icons.keyboard_arrow_right),
onTap: () {
Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => const ConnectionStatsPage(),
),
);
ConnectionStatsPage.route.go(context);
},
);
}