mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:04:14 +01:00
add warnings for missing optional plugins when respective data is received
This commit is contained in:
parent
90a25c23dc
commit
e1f6d6df24
7 changed files with 56 additions and 8 deletions
|
|
@ -80,6 +80,7 @@ public class Configuration : IPluginConfiguration
|
|||
|
||||
public bool FullPause { get; set; } = false;
|
||||
public bool HideInfoMessages { get; set; } = false;
|
||||
public bool DisableOptionalPluginWarnings { 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