File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ function load_settings() {
4747 show_outofrange = ini_read_real ( " preferences" , " show_outofrange" , show_outofrange)
4848 mousewheel = ini_read_real ( " preferences" , " mousewheel" , mousewheel)
4949 changepitch = ini_read_real ( " preferences" , " change_pitch" , changepitch)
50+ layerhov_vppreview = ini_read_real ( " preferences" , " layerhov_vppreview" , layerhov_vppreview)
5051 select_lastpressed = ini_read_real ( " preferences" , " select_lastpressed" , select_lastpressed)
5152 marker_follow = ini_read_real ( " preferences" , " marker_follow" , marker_follow)
5253 marker_pagebypage = ini_read_real ( " preferences" , " marker_pagebypage" , marker_pagebypage)
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ function save_settings() {
4545 ini_write_real_clean (" preferences" , " show_outofrange" , show_outofrange)
4646 ini_write_real_clean (" preferences" , " mousewheel" , mousewheel)
4747 ini_write_real_clean (" preferences" , " change_pitch" , changepitch)
48+ ini_write_real_clean (" preferences" , " layerhov_vppreview" , layerhov_vppreview)
4849 ini_write_real_clean (" preferences" , " select_lastpressed" , select_lastpressed)
4950 ini_write_real_clean (" preferences" , " marker_follow" , marker_follow)
5051 ini_write_real_clean (" preferences" , " marker_pagebypage" , marker_pagebypage)
You can’t perform that action at this time.
0 commit comments