Skip to content

Commit

Permalink
Turn on live reloads
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Dec 18, 2024
1 parent 65ceb66 commit 397dfde
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ class InspectorPreferencesController extends DisposableController

final _hoverEvalMode = ValueNotifier<bool>(false);
final _inspectorV2Enabled = ValueNotifier<bool>(false);
// TODO(https://github.com/flutter/devtools/issues/1423): Default to true
// after verifying auto-refreshes are performant.
final _autoRefreshEnabled = ValueNotifier<bool>(false);
final _autoRefreshEnabled = ValueNotifier<bool>(true);
final _pubRootDirectories = ListValueNotifier<String>([]);
final _pubRootDirectoriesAreBusy = ValueNotifier<bool>(false);
final _busyCounter = ValueNotifier<int>(0);
Expand Down

0 comments on commit 397dfde

Please sign in to comment.