mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-21 21:47:33 +00:00
Refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using DiscordChatExporter.Core.Discord;
|
||||
using DiscordChatExporter.Core.Exporting;
|
||||
using DiscordChatExporter.Gui.Internal;
|
||||
using DiscordChatExporter.Core.Exporting.Partitioning;
|
||||
using Tyrrrz.Settings;
|
||||
|
||||
namespace DiscordChatExporter.Gui.Services
|
||||
@@ -23,9 +23,7 @@ namespace DiscordChatExporter.Gui.Services
|
||||
|
||||
public ExportFormat LastExportFormat { get; set; } = ExportFormat.HtmlDark;
|
||||
|
||||
public PartitionFormat LastPartitionFormat { get; set; } = PartitionFormat.MessageCount;
|
||||
|
||||
public int? LastPartitionLimit { get; set; }
|
||||
public string? LastPartitionLimitValue { get; set; }
|
||||
|
||||
public bool LastShouldDownloadMedia { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user