mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 14:44:15 +01:00
add toggle to hide server info messages
This commit is contained in:
parent
49913a498e
commit
7e87dc61e7
4 changed files with 17 additions and 5 deletions
|
|
@ -79,6 +79,7 @@ public class Configuration : IPluginConfiguration
|
|||
public bool InitialScanComplete { get; set; } = false;
|
||||
|
||||
public bool FullPause { get; set; } = false;
|
||||
public bool HideInfoMessages { get; set; } = false;
|
||||
public Dictionary<string, Dictionary<string, string>> UidServerComments { get; set; } = new(StringComparer.Ordinal);
|
||||
public Dictionary<string, Dictionary<string, string>> GidServerComments { get; set; } = new(StringComparer.Ordinal);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue