Update dashbot

This commit is contained in:
Ashita Prasad
2025-06-23 03:42:21 +05:30
parent 194f76f48a
commit a05894d97d
3 changed files with 4 additions and 9 deletions

View File

@@ -17,7 +17,8 @@ class Dashboard extends ConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
final railIdx = ref.watch(navRailIndexStateProvider);
final isDashBotEnabled = ref.watch(isDashBotEnabledStateProvider);
final isDashBotEnabled =
ref.watch(settingsProvider.select((value) => value.isDashBotEnabled));
return Scaffold(
body: SafeArea(
child: Row(