diff --git a/UniTAS/Patcher/Implementations/GUI/Windows/ToolBar.cs b/UniTAS/Patcher/Implementations/GUI/Windows/ToolBar.cs index 4d3c3b2f..299d5f45 100644 --- a/UniTAS/Patcher/Implementations/GUI/Windows/ToolBar.cs +++ b/UniTAS/Patcher/Implementations/GUI/Windows/ToolBar.cs @@ -9,6 +9,7 @@ namespace UniTAS.Patcher.Implementations.GUI.Windows; [Singleton(RegisterPriority.ToolBar)] [ForceInstantiate] +[ExcludeRegisterIfTesting] public class ToolBar : IOnGUIUnconditional { private readonly IWindowFactory _windowFactory;