Fix a lot of the analyzer warnings too
This commit is contained in:
@@ -35,7 +35,8 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
||||
public static readonly ImGuiWindowFlags PopupWindowFlags = ImGuiWindowFlags.NoResize |
|
||||
ImGuiWindowFlags.NoScrollbar |
|
||||
ImGuiWindowFlags.NoScrollWithMouse;
|
||||
public static Vector4 AccentColor = ImGuiColors.DalamudYellow;
|
||||
|
||||
public static Vector4 AccentColor { get; set; } = ImGuiColors.DalamudYellow;
|
||||
|
||||
public readonly FileDialogManager FileDialogManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user