Backup before removing hiddify references
This commit is contained in:
@@ -55,7 +55,6 @@ final tabLocations = [
|
||||
const PerAppProxyRoute().location,
|
||||
const ConfigOptionsRoute().location,
|
||||
const SettingsRoute().location,
|
||||
const LogsOverviewRoute().location,
|
||||
const AboutRoute().location,
|
||||
];
|
||||
|
||||
|
||||
@@ -319,14 +319,14 @@ class ConfigOptionsRoute extends GoRouteData {
|
||||
@override
|
||||
Page<void> buildPage(BuildContext context, GoRouterState state) {
|
||||
if (useMobileRouter) {
|
||||
return MaterialPage(
|
||||
return const MaterialPage(
|
||||
name: name,
|
||||
child: ConfigOptionsPage(section: section),
|
||||
child: ConfigOptionsPage(),
|
||||
);
|
||||
}
|
||||
return NoTransitionPage(
|
||||
return const NoTransitionPage(
|
||||
name: name,
|
||||
child: ConfigOptionsPage(section: section),
|
||||
child: ConfigOptionsPage(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user