Skip to content

Commit

Permalink
Revert "Change default select delay"
Browse files Browse the repository at this point in the history
This reverts commit 046e185.
  • Loading branch information
vanjac committed Nov 22, 2023
1 parent 99b03f7 commit 819a897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const SIZE DEFAULT_FOLDER_WINDOW_SIZE = {210, 435};
const bool DEFAULT_STATUS_TEXT_ENABLED = true;
const bool DEFAULT_TOOLBAR_ENABLED = true;
const bool DEFAULT_PREVIEWS_ENABLED = true;
const UINT DEFAULT_OPEN_SELECTION_TIME = 150; // slower than key repeat 7 and above
const UINT DEFAULT_OPEN_SELECTION_TIME = 100; // slower than key repeat 10 and above
const bool DEFAULT_DESELECT_ON_OPEN = true;
const bool DEFAULT_TEXT_EDITOR_ENABLED = true;
const LOGFONT DEFAULT_TEXT_FONT = {
Expand Down

0 comments on commit 819a897

Please sign in to comment.