mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-24 15:35:31 +00:00
@@ -26,6 +26,18 @@ public class SettingsViewModel : DialogScreen
|
||||
set => _settingsService.IsTokenPersisted = value;
|
||||
}
|
||||
|
||||
public bool ShouldShowThreads
|
||||
{
|
||||
get => _settingsService.ShouldShowThreads;
|
||||
set => _settingsService.ShouldShowThreads = value;
|
||||
}
|
||||
|
||||
public bool ShouldShowArchivedThreads
|
||||
{
|
||||
get => _settingsService.ShouldShowArchivedThreads;
|
||||
set => _settingsService.ShouldShowArchivedThreads = value;
|
||||
}
|
||||
|
||||
public string DateFormat
|
||||
{
|
||||
get => _settingsService.DateFormat;
|
||||
|
||||
Reference in New Issue
Block a user