add warnings for missing optional plugins when respective data is received
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user