Skip to content

Commit

Permalink
chore: Fix expansion of advanced on app modes engine settings
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Mar 16, 2024
1 parent 2cd734c commit 96d8bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widget/engine_config_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class EngineConfigWidget extends StatelessWidget {
context.select<EngineControlBloc, EngineControlState?>(
(bloc) => bloc.state is EngineStartedState || bloc.state is EngineStoppedState ? bloc.state : null),
context.watch<IntifaceConfigurationCubit>().state,
context.watch<GuiSettingsCubit>().state,
];

var configCubit = BlocProvider.of<IntifaceConfigurationCubit>(context);
Expand Down

0 comments on commit 96d8bcf

Please sign in to comment.