April Fools 2024

This commit is contained in:
goaaats 2024-03-29 16:00:42 +01:00
parent 7d77f84fdb
commit 2ea89e216a
3 changed files with 111 additions and 0 deletions

View file

@ -268,6 +268,8 @@ internal class PluginInstallerWindow : Window, IDisposable
/// <inheritdoc/>
public override void OnOpen()
{
Service<Fools24>.Get().NotifyInstallerWindowOpened();
var pluginManager = Service<PluginManager>.Get();
_ = pluginManager.ReloadPluginMastersAsync();