mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-22 15:57:46 +01:00
More future proof structure for tags.
This commit is contained in:
parent
52c1708dd2
commit
0e50a8a9e5
4 changed files with 47 additions and 45 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue