mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 15:49:49 -04:00
Fix naming inconsistency
This commit is contained in:
parent
0fb4bea64d
commit
9e7ad4d85c
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ public class SettingsViewModel : DialogViewModelBase
|
|||
set => _settingsService.IsTokenPersisted = value;
|
||||
}
|
||||
|
||||
public IReadOnlyList<ThreadInclusionMode> AvailableThreadInclusions { get; } =
|
||||
public IReadOnlyList<ThreadInclusionMode> AvailableThreadInclusionModes { get; } =
|
||||
Enum.GetValues<ThreadInclusionMode>();
|
||||
|
||||
public ThreadInclusionMode ThreadInclusionMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue