Add rudimentary thread support in GUI

Related to #1119
This commit is contained in:
Tyrrrz
2023-08-22 21:14:34 +03:00
parent c29de2c77c
commit c410e745b1
5 changed files with 63 additions and 6 deletions

View File

@@ -16,6 +16,10 @@ public partial class SettingsService : SettingsBase
public bool IsTokenPersisted { get; set; } = true;
public bool ShouldShowThreads { get; set; }
public bool ShouldShowArchivedThreads { get; set; }
public string DateFormat { get; set; } = "MM/dd/yyyy h:mm tt";
public int ParallelLimit { get; set; } = 1;