mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add some more debugging fuckery for the import popup fuckery.
This commit is contained in:
parent
6316458613
commit
beb777e3cd
5 changed files with 110 additions and 20 deletions
|
|
@ -49,6 +49,7 @@ public class Configuration : IPluginConfiguration, ISavable
|
|||
public bool HideRedrawBar { get; set; } = false;
|
||||
public int OptionGroupCollapsibleMin { get; set; } = 5;
|
||||
|
||||
public bool DebugSeparateWindow = false;
|
||||
#if DEBUG
|
||||
public bool DebugMode { get; set; } = true;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue