Skip to content

Commit

Permalink
Enable region autodetect by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 committed Mar 28, 2024
1 parent b6059eb commit 332bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Settings = {
active_style_index = 1,
tab_index = 1,
settings_tab_index = 1,
autodetect_address = false,
autodetect_address = true,
auto_firsties = false,
mini_visualizer = false,
repaint_throttle = 2,
Expand Down

0 comments on commit 332bd7e

Please sign in to comment.