Skip to content

Commit

Permalink
dock feedback window by default
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 12, 2024
1 parent da6dc0a commit 2e3a9cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/definitions/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ local gui = {

local general = {
show_start_up_message = true,
dock_feedback_window = false,
dock_feedback_window = true,
show_feedback_window = true,
search_for_custom_config = false,
profile = false,
test = false,
-- should operators in visual modes reset the selection or have it persist?
persist_visual_timeline_selection = true,
persist_visual_track_selection = false,
Expand Down

0 comments on commit 2e3a9cd

Please sign in to comment.