Remotely/Shared/Enums/Theme.cs
2021-07-29 07:56:15 -07:00

9 lines
101 B
C#

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