This commit is contained in:
Tyrrrz
2023-08-30 18:43:12 +03:00
parent 3740d64601
commit c422ac2351
11 changed files with 33 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
namespace DiscordChatExporter.Gui.Models;
public enum ThreadInclusionMode
{
None,
Active,
All
}