Fixed stackoverflow...

This commit is contained in:
Daniel Clark
2021-02-05 21:32:32 +00:00
parent b411f82243
commit 2be7a1128c
9 changed files with 61 additions and 49 deletions
@@ -3,6 +3,6 @@
public enum SystemTheme
{
Dark,
Light
Light,
}
}