advanced setting for multiselect in raid; unload ammo more places

This commit is contained in:
Tyfon
2024-06-23 15:20:34 -07:00
parent 1654e8741e
commit bd004aea9f
7 changed files with 112 additions and 5 deletions

View File

@@ -18,6 +18,14 @@ namespace UIFixes
private static ItemContextTaskSerializer UnloadSerializer = null;
public static bool Enabled
{
get
{
return Settings.EnableMultiSelect.Value && (!Plugin.InRaid() || Settings.EnableMultiSelectInRaid.Value);
}
}
public static void Initialize()
{
// Grab the selection objects from ragfair as templates