mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-26 00:15:28 +00:00
Clean up
This commit is contained in:
8
DiscordChatExporter.Gui/Models/ThreadInclusionMode.cs
Normal file
8
DiscordChatExporter.Gui/Models/ThreadInclusionMode.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DiscordChatExporter.Gui.Models;
|
||||
|
||||
public enum ThreadInclusionMode
|
||||
{
|
||||
None,
|
||||
Active,
|
||||
All
|
||||
}
|
||||
Reference in New Issue
Block a user