Optimize proxies page

Support mouse drag scroll

Adjust desktop ui
This commit is contained in:
chen08209
2024-07-15 22:06:09 +08:00
parent 2c3f4ae8a8
commit 82be4cc45f
45 changed files with 2312 additions and 1212 deletions

View File

@@ -149,6 +149,7 @@ class ApplicationState extends State<Application> {
builder: (lightDynamic, darkDynamic) {
_updateSystemColorSchemes(lightDynamic, darkDynamic);
return MaterialApp(
debugShowCheckedModeBanner: false,
navigatorKey: globalState.navigatorKey,
localizationsDelegates: const [
AppLocalizations.delegate,
@@ -156,6 +157,7 @@ class ApplicationState extends State<Application> {
GlobalCupertinoLocalizations.delegate,
GlobalWidgetsLocalizations.delegate
],
scrollBehavior: BaseScrollBehavior(),
title: appName,
locale: other.getLocaleForString(state.locale),
supportedLocales: