added config to hide tabs that are not visible.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-15 17:38:25 -07:00
parent 56a315524a
commit e377f6c8d0
5 changed files with 28 additions and 17 deletions

View File

@@ -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>();
}
}