@@ -46,10 +46,9 @@ export class NotepadSettings {
46
46
this . sss_i_repPenalty = new controls . SettingsSlider ( "sss-item-left" , "Rep. penalty" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 2 , 1 , 3 , { "1.00" : "off" } , this . settings , "repp" , ( ) => { this . updateView ( true ) ; } ) ;
47
47
this . sss_i_repRange = new controls . SettingsSlider ( "sss-item-left" , "Rep. range" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 0 , 0 , 4096 , { "0" : "off" } , this . settings , "repr" , ( ) => { this . updateView ( true ) ; } ) ;
48
48
49
- this . sss_i_dry_base = new controls . SettingsSlider ( "sss-item-left" , "DRY base" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 2 , 0 , 2 , { "0.00" : "off" } , this . settings , "dry_base" , ( ) => { this . updateView ( true ) ; } ) ;
50
- this . sss_i_dry_multiplier = new controls . SettingsSlider ( "sss-item-left" , "DRY mult" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 2 , 0 , 2 , { "0.00" : "off" } , this . settings , "dry_multiplier" , ( ) => { this . updateView ( true ) ; } ) ;
51
- this . sss_i_dry_range = new controls . SettingsSlider ( "sss-item-left" , "DRY range" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 0 , 0 , 8192 , { "0" : "infinite" } , this . settings , "dry_range" , ( ) => { this . updateView ( true ) ; } ) ;
52
-
49
+ this . sss_i_dry_base = new controls . SettingsSlider ( "sss-item-left" , "DRY base" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 2 , 0 , 2 , { "0.00" : "off" } , this . settings , "dry_base" , ( ) => { this . updateView ( true ) ; } ) ;
50
+ this . sss_i_dry_multiplier = new controls . SettingsSlider ( "sss-item-left" , "DRY mult" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 2 , 0 , 2 , { "0.00" : "off" } , this . settings , "dry_multiplier" , ( ) => { this . updateView ( true ) ; } ) ;
51
+ this . sss_i_dry_range = new controls . SettingsSlider ( "sss-item-left" , "DRY range" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 0 , 0 , 8192 , { "0" : "infinite" } , this . settings , "dry_range" , ( ) => { this . updateView ( true ) ; } ) ;
53
52
54
53
this . sss_i_mirostat = new controls . CheckboxLabel ( "sss-item-right clickable" , "Mirostat" , this . settings , "mirostat" , ( ) => { this . updateView ( true ) ; } ) ;
55
54
this . sss_i_mirostat_tau = new controls . SettingsSlider ( "sss-item-left" , "Mirostat tau" , "sss-item-mid" , "sss-item-right sss-item-textbox-r" , 2 , 0.01 , 10 , null , this . settings , "mirostat_tau" , ( ) => { this . updateView ( true ) ; } ) ;
0 commit comments