mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-06 15:06:09 +00:00
Add command line interface and change solution structure (#26)
This commit is contained in:
8
DiscordChatExporter.Gui/ViewModels/ISettingsViewModel.cs
Normal file
8
DiscordChatExporter.Gui/ViewModels/ISettingsViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DiscordChatExporter.Gui.ViewModels
|
||||
{
|
||||
public interface ISettingsViewModel
|
||||
{
|
||||
string DateFormat { get; set; }
|
||||
int MessageGroupLimit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user