diff --git a/Questionable/Windows/OneTimeSetupWindow.cs b/Questionable/Windows/OneTimeSetupWindow.cs index 2e8ac1ff..6026bafe 100644 --- a/Questionable/Windows/OneTimeSetupWindow.cs +++ b/Questionable/Windows/OneTimeSetupWindow.cs @@ -111,6 +111,7 @@ internal sealed class OneTimeSetupWindow : LWindow, IDisposable { _configuration.MarkPluginSetupComplete(); _pluginInterface.SavePluginConfig(_configuration); + IsOpen = false; } } }