More future proof structure for tags.

This commit is contained in:
Ottermandias 2024-03-19 21:01:48 +01:00
parent 52c1708dd2
commit 0e50a8a9e5
4 changed files with 47 additions and 45 deletions

View file

@ -924,7 +924,7 @@ public class SettingsTab : ITab
return;
var tagIdx = _sharedTags.Draw("Predefined Tags: ",
"Predefined tags that can be added or removed from mods with a single click.", _predefinedTagManager.PredefinedTags,
"Predefined tags that can be added or removed from mods with a single click.", _predefinedTagManager,
out var editedTag);
if (tagIdx >= 0)