File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
lib/files/FWO.Config.Api/Data
ui/files/FWO.UI/Pages/Settings Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -334,9 +334,6 @@ public class ConfigData : ICloneable
334334 [ JsonProperty ( "modExtraConfigs" ) , JsonPropertyName ( "modExtraConfigs" ) ]
335335 public string ModExtraConfigs { get ; set ; } = "" ;
336336
337- [ JsonProperty ( "maxModellingTableRows" ) , JsonPropertyName ( "maxModellingTableRows" ) ]
338- public int MaxModellingTableRows { get ; set ; } = 10 ;
339-
340337 public ConfigData ( bool editable = false )
341338 {
342339 Editable = editable ;
Original file line number Diff line number Diff line change 3333 <input id =" cbx_modelling_pers_iconify" type =" checkbox" class =" w-100" @bind =" configData!.ModIconify" >
3434 </div >
3535 </div >
36- </div >
37- <div class =" form-group row mt-2" >
38- <div class =" row col-sm-4" data-toggle =" tooltip" title =" @(userConfig.PureLine(" H5605 " ))" >
39- <label class =" col-form-label col-sm-8" >@( userConfig .GetText (" maxModellingTableRows" )) : </label >
40- <input type =" number" min =" 0" class =" col-sm-3" @bind =" configData!.MaxModellingTableRows" />
41- </div >
42- </div >
36+ </div >
4337 </form >
4438 <hr />
4539 <button type =" button" class =" btn btn-sm btn-primary" @onclick =" Save" @onclick:preventDefault >@( userConfig .GetText (" save" )) </button >
You can’t perform that action at this time.
0 commit comments