Feature: Option to disable activate-on-release behaviour of toolbar dropdown buttons.

This commit is contained in:
Peter Nelson
2025-08-15 12:20:48 +01:00
committed by Peter Nelson
parent ea9bee2a3e
commit 3a5eaf367a
5 changed files with 25 additions and 12 deletions

View File

@@ -669,6 +669,7 @@ SettingsContainer &GetSettingsTree()
general->Add(new SettingEntry("gui.window_snap_radius"));
general->Add(new SettingEntry("gui.window_soft_limit"));
general->Add(new SettingEntry("gui.right_click_wnd_close"));
general->Add(new SettingEntry("gui.toolbar_dropdown_autoselect"));
}
SettingsPage *viewports = interface->Add(new SettingsPage(STR_CONFIG_SETTING_INTERFACE_VIEWPORTS));