mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add "utility" category
This commit is contained in:
parent
5bdb7d4903
commit
fe6f27172d
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ namespace Dalamud.Interface.Internal
|
|||
new(FirstTagBasedCategoryId + 4, "inventory", () => Locs.Category_Inventory),
|
||||
new(FirstTagBasedCategoryId + 5, "sound", () => Locs.Category_Sound),
|
||||
new(FirstTagBasedCategoryId + 6, "social", () => Locs.Category_Social),
|
||||
new(FirstTagBasedCategoryId + 7, "utility", () => Locs.Category_Utility),
|
||||
|
||||
// order doesn't matter, all tag driven categories should have Id >= FirstTagBasedCategoryId
|
||||
};
|
||||
|
|
@ -379,6 +380,8 @@ namespace Dalamud.Interface.Internal
|
|||
|
||||
public static string Category_Social => Loc.Localize("InstallerCategorySocial", "Social");
|
||||
|
||||
public static string Category_Utility => Loc.Localize("InstallerCategoryUtility", "Utiliry");
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue