added config to hide tabs that are not visible.
This commit is contained in:
@@ -12,5 +12,6 @@
|
||||
public bool UseThreeDecimalGasCost { get; set; }
|
||||
public string UserNameHash { get; set; }
|
||||
public string UserPasswordHash { get; set;}
|
||||
public List<ImportMode> VisibleTabs { get; set; } = new List<ImportMode>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user