Skip to content

Commit

Permalink
Respond to PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Oct 3, 2024
1 parent 9e0d568 commit df7c73a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InspectorControls extends StatelessWidget {
Widget build(BuildContext context) {
final activeButtonColor =
Theme.of(context).colorScheme.activeToggleButtonColor;
final isInspectorV2 = controller != null;
final isInspectorV2 = controller != null && FeatureFlags.inspectorV2;
return Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down

0 comments on commit df7c73a

Please sign in to comment.