fix option shit
This commit is contained in:
@@ -272,7 +272,7 @@ public partial class MainForm
|
|||||||
private void RadTextBox_MinecraftFolder_TextInserted(object o, EventArgs args)
|
private void RadTextBox_MinecraftFolder_TextInserted(object o, EventArgs args)
|
||||||
{
|
{
|
||||||
if (!loadingData)
|
if (!loadingData)
|
||||||
CheckStatusAndUpdate(false);
|
CheckStatusAndUpdate(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RadTextBox_ModpackUrl_TextInserted(object o, EventArgs args)
|
private void RadTextBox_ModpackUrl_TextInserted(object o, EventArgs args)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Pilz;
|
|||||||
using Pilz.Configuration;
|
using Pilz.Configuration;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[assembly: AssemblyAppVersion("1.9.0.0")]
|
[assembly: AssemblyAppVersion("1.9.1.0")]
|
||||||
|
|
||||||
namespace ModpackUpdater.Apps.Client;
|
namespace ModpackUpdater.Apps.Client;
|
||||||
|
|
||||||
|
|||||||
@@ -312,6 +312,9 @@ public class ModpackInstaller(ModpackConfig updateConfig, ModpackInfo modpackInf
|
|||||||
|
|
||||||
private static bool GetOptionValue(UpdateCheckOptions options, InstallInfos installInfos, string optionStr)
|
private static bool GetOptionValue(UpdateCheckOptions options, InstallInfos installInfos, string optionStr)
|
||||||
{
|
{
|
||||||
|
if (optionStr is null)
|
||||||
|
return true;
|
||||||
|
|
||||||
var optionsStr = optionStr.Split(',');
|
var optionsStr = optionStr.Split(',');
|
||||||
|
|
||||||
foreach (var set in installInfos.OptionSets)
|
foreach (var set in installInfos.OptionSets)
|
||||||
|
|||||||
Reference in New Issue
Block a user