mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 15:49:11 +00:00
10 lines
235 B
C#
10 lines
235 B
C#
namespace DiscordChatExporter.Gui.ViewModels
|
|
{
|
|
public interface ISettingsViewModel
|
|
{
|
|
bool IsAutoUpdateEnabled { get; set; }
|
|
|
|
string DateFormat { get; set; }
|
|
int MessageGroupLimit { get; set; }
|
|
}
|
|
} |