Remotely/Shared/Enums/Theme.cs
2021-07-29 07:57:31 -07:00

9 lines
101 B
C#

namespace Remotely.Shared.Enums
{
public enum Theme
{
Dark,
Light
}
}