projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd38b33
)
Close window when clicking 'FInish setup'
author
Liza Carvelli
<liza@carvel.li>
Sun, 3 Nov 2024 18:28:16 +0000
(19:28 +0100)
committer
Liza Carvelli
<liza@carvel.li>
Sun, 3 Nov 2024 18:28:16 +0000
(19:28 +0100)
Questionable/Windows/OneTimeSetupWindow.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/Windows/OneTimeSetupWindow.cs
b/Questionable/Windows/OneTimeSetupWindow.cs
index 2e8ac1ff58f833d60158ac7e94b503451f1b4eed..6026bafef205a77ad6543192a8f9e7cef372b55c 100644
(file)
--- 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;
}
}
}