Remotely/Shared/Enums/Theme.cs
2023-07-21 10:16:29 -07:00

8 lines
79 B
C#

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