From: Liza Carvelli Date: Sun, 3 Nov 2024 18:28:16 +0000 (+0100) Subject: Close window when clicking 'FInish setup' X-Git-Tag: v3.13~7 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=9aad77e486f3d150ebb3315aa991b7f41c7609dc;p=Questionable.git Close window when clicking 'FInish setup' --- 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; } } }