Skip to content

Commit

Permalink
Revert time range selection (#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierricgimmig authored Sep 20, 2023
1 parent 4dc9830 commit c4197be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientFlags/ClientFlags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ABSL_FLAG(

ABSL_FLAG(bool, auto_frame_track, true, "Automatically add the default Frame Track.");

ABSL_FLAG(bool, time_range_selection, true, "Enable time range selection feature.");
ABSL_FLAG(bool, time_range_selection, false, "Enable time range selection feature.");

ABSL_FLAG(bool, symbol_store_support, false, "Enable experimental symbol store support.");

Expand Down

0 comments on commit c4197be

Please sign in to comment.