Skip to content

Commit

Permalink
rm settings page from desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jun 30, 2024
1 parent 7f5328e commit 5b1b50c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ui/desktop/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:maid/classes/providers/desktop_navigator.dart';
import 'package:maid/classes/static/themes.dart';
import 'package:maid/ui/desktop/pages/home_page.dart';
import 'package:maid/ui/shared/pages/about_page.dart';
import 'package:maid/ui/mobile/pages/settings_page.dart';
import 'package:provider/provider.dart';

class DesktopApp extends StatelessWidget {
Expand All @@ -22,7 +21,6 @@ class DesktopApp extends StatelessWidget {
themeMode: appPreferences.themeMode,
initialRoute: '/',
routes: {
'/settings': (context) => const SettingsPage(),
'/about': (context) => const AboutPage(),
},
home: ChangeNotifierProvider(
Expand Down

0 comments on commit 5b1b50c

Please sign in to comment.