1
0
Fork 0
forked from aly/qstbak

muffin v7.5.11

This commit is contained in:
alydev 2026-08-17 20:29:32 +10:00
parent addf2d530f
commit 3102923ce2
522 changed files with 41082 additions and 211592 deletions

View file

@ -1,4 +1,3 @@
using System.Runtime.CompilerServices;
using Questionable.Windows.ConfigComponents;
namespace Questionable.Windows.Setup;
@ -9,14 +8,7 @@ internal sealed class PluginsStep : ISetupStep
private bool _allRequiredInstalled;
public string Title
{
[MethodImpl(MethodImplOptions.NoInlining)]
get
{
return global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1242474630);
}
}
public string Title => "Required plugins";
public bool CanAdvance => _allRequiredInstalled;
@ -30,20 +22,8 @@ internal sealed class PluginsStep : ISetupStep
return true;
}
bool ISetupStep.ShouldShow()
{
//ILSpy generated this explicit interface implementation from .override directive in ShouldShow
return this.ShouldShow();
}
public void Draw()
{
_pluginConfigComponent.Draw(out _allRequiredInstalled);
}
void ISetupStep.Draw()
{
//ILSpy generated this explicit interface implementation from .override directive in Draw
this.Draw();
}
}