New theme service that supports window backdrop.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
public enum WindowBackdropType
|
||||
{
|
||||
None,
|
||||
Mica,
|
||||
MicaAlt,
|
||||
DesktopAcrylic,
|
||||
AcrylicBase,
|
||||
AcrylicThin
|
||||
}
|
||||
Reference in New Issue
Block a user