mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Add option to make successful chat commands silent.
This commit is contained in:
parent
6ee6e4a4ba
commit
c2bb1407a9
3 changed files with 52 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue