feat: basic position.
This commit is contained in:
11
src/Ursa/Controls/OverlayShared/DialogMode.cs
Normal file
11
src/Ursa/Controls/OverlayShared/DialogMode.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ursa.Controls;
|
||||
|
||||
public enum DialogMode
|
||||
{
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
Question,
|
||||
None,
|
||||
Success,
|
||||
}
|
||||
Reference in New Issue
Block a user