isolated tab type default handling

This commit is contained in:
Fabian Freund
2026-05-02 06:20:11 +02:00
parent e4853281f1
commit 94b9b9cceb
7 changed files with 66 additions and 26 deletions
@@ -65,7 +65,7 @@ class SmallWebModeController extends _$SmallWebModeController {
}
final settings = ref.read(generalSettingsWithDefaultsProvider);
final tabMode = TabMode.fromTabType(settings.smallWebTabType);
final tabMode = TabMode.fromTabType(settings.effectiveSmallWebTabType);
final newTabId = await ref
.read(tabRepositoryProvider.notifier)
@@ -42,7 +42,7 @@ final class SmallWebModeControllerProvider
}
String _$smallWebModeControllerHash() =>
r'26fb84c9ce60562738f7d9523f74aebfb19ad84b';
r'a012c3735309e0ace448369e2bf41e2671b7d9b9';
abstract class _$SmallWebModeController extends $Notifier<String?> {
String? build();