Update Ukraine support message

This commit is contained in:
Tyrrrz
2023-01-10 22:25:35 +02:00
parent 4edcdf0955
commit 6e56f29404
3 changed files with 39 additions and 14 deletions

View File

@@ -6,6 +6,8 @@ namespace DiscordChatExporter.Gui.Services;
public partial class SettingsService : SettingsManager
{
public bool IsUkraineSupportMessageEnabled { get; set; } = true;
public bool IsAutoUpdateEnabled { get; set; } = true;
public bool IsDarkModeEnabled { get; set; } = IsDarkModeEnabledByDefault();