Skip to content

Commit

Permalink
chore: layout mode adaptive by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 30, 2023
1 parent c429e6f commit 0cfe430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider/user_preferences_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ final userPreferencesProvider = ChangeNotifierProvider(
accentColorScheme: SpotubeColor(Colors.blue.value, name: "Blue"),
recommendationMarket: 'US',
themeMode: ThemeMode.system,
layoutMode: kIsMobile ? LayoutMode.compact : LayoutMode.adaptive,
layoutMode: LayoutMode.adaptive,
),
);

0 comments on commit 0cfe430

Please sign in to comment.