feat: refactor layer storage and index reset rule.
This commit is contained in:
@@ -26,4 +26,6 @@ public class OverlayDialogOptions
|
||||
public DialogButton Buttons { get; set; } = DialogButton.OKCancel;
|
||||
public string? Title { get; set; } = null;
|
||||
public bool IsCloseButtonVisible { get; set; } = true;
|
||||
|
||||
public bool CanLightDismiss { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user