mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-04 11:33:37 +00:00
Use a 3-way theme switcher instead of a 2-way switcher (#1233)
This commit is contained in:
8
DiscordChatExporter.Gui/Framework/ThemeVariant.cs
Normal file
8
DiscordChatExporter.Gui/Framework/ThemeVariant.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DiscordChatExporter.Gui.Framework;
|
||||
|
||||
public enum ThemeVariant
|
||||
{
|
||||
System,
|
||||
Light,
|
||||
Dark
|
||||
}
|
||||
Reference in New Issue
Block a user