mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Remove AbstractUI implementation (for now)
This commit is contained in:
@@ -63,9 +63,9 @@ namespace ZuneModCore.Mods
|
||||
|
||||
public override Task<bool> Apply()
|
||||
{
|
||||
return Task.FromResult(true);
|
||||
// TODO: Use user choices from AbstractUI
|
||||
foreach (AbstractUIElement uiElem in OptionsUI.Items)
|
||||
if (uiElem is AbstractBooleanUIElement boolElem && boolElem.State)
|
||||
if (uiElem is AbstractBooleanUIElement boolElem)// && boolElem.State)
|
||||
SetFeatureOverride(boolElem.Id, true);
|
||||
|
||||
return Task.FromResult(true);
|
||||
|
||||
Reference in New Issue
Block a user