Add option to make successful chat commands silent.

This commit is contained in:
Ottermandias 2023-03-05 15:16:45 +01:00
parent 6ee6e4a4ba
commit c2bb1407a9
3 changed files with 52 additions and 19 deletions

View file

@ -72,6 +72,7 @@ public partial class Configuration : IPluginConfiguration
public string DefaultImportFolder { get; set; } = string.Empty;
public DoubleModifier DeleteModModifier { get; set; } = new(ModifierHotkey.Control, ModifierHotkey.Shift);
public bool PrintSuccessfulCommandsToChat { get; set; } = true;
public bool FixMainWindow { get; set; } = false;
public bool AutoDeduplicateOnImport { get; set; } = true;
public bool EnableHttpApi { get; set; } = true;