Changeset - r28564:f933f54422a1
[Not reviewed]
master
0 1 0
Patric Stout - 3 months ago 2024-01-25 10:07:36
truebrain@openttd.org
Change: set smooth-scrolling on by default (#11860)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/table/settings/gui_settings.ini
Show inline comments
 
@@ -123,7 +123,7 @@ cat      = SC_BASIC
 
[SDTC_BOOL]
 
var      = gui.smooth_scroll
 
flags    = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC
 
def      = false
 
def      = true
 
str      = STR_CONFIG_SETTING_SMOOTH_SCROLLING
 
strhelp  = STR_CONFIG_SETTING_SMOOTH_SCROLLING_HELPTEXT
 

	
0 comments (0 inline, 0 general)