mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-04 00:28:52 -04:00
parent
7b72f473fd
commit
94ef4b6981
12 changed files with 39 additions and 51 deletions
|
@ -45,7 +45,8 @@ public partial class SettingsService
|
|||
try
|
||||
{
|
||||
return Registry.CurrentUser.OpenSubKey(
|
||||
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize", false
|
||||
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize",
|
||||
false
|
||||
)?.GetValue("AppsUseLightTheme") is 0;
|
||||
}
|
||||
catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue