mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +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
7
MareSynchronos/Models/OptionalPluginWarning.cs
Normal file
7
MareSynchronos/Models/OptionalPluginWarning.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace MareSynchronos.Models;
|
||||
|
||||
public record OptionalPluginWarning
|
||||
{
|
||||
public bool ShownHeelsWarning { get; set; } = false;
|
||||
public bool ShownCustomizePlusWarning { get; set; } = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue