Theme Viewer + Theme Updater (#2952)

This commit is contained in:
Joe Milazzo 2024-05-13 17:00:13 -05:00 committed by GitHub
parent 24302d4fcc
commit 38e7c1c131
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 4563 additions and 284 deletions

View file

@ -10,8 +10,8 @@ public enum ThemeProvider
[Description("System")]
System = 1,
/// <summary>
/// Theme is provided by the User (ie it's custom)
/// Theme is provided by the User (ie it's custom) or Downloaded via Themes Repo
/// </summary>
[Description("User")]
User = 2
[Description("Custom")]
Custom = 2,
}