Removed FC options
This commit is contained in:
@@ -2244,7 +2244,6 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
|||||||
var nameColors = _configService.Current.NameplateColors;
|
var nameColors = _configService.Current.NameplateColors;
|
||||||
var isFriendOverride = _configService.Current.overrideFriendColor;
|
var isFriendOverride = _configService.Current.overrideFriendColor;
|
||||||
var isPartyOverride = _configService.Current.overridePartyColor;
|
var isPartyOverride = _configService.Current.overridePartyColor;
|
||||||
var isFcTagOverride = _configService.Current.overrideFcTagColor;
|
|
||||||
|
|
||||||
if (ImGui.Checkbox("Override name color of visible paired players", ref nameColorsEnabled))
|
if (ImGui.Checkbox("Override name color of visible paired players", ref nameColorsEnabled))
|
||||||
{
|
{
|
||||||
@@ -2278,13 +2277,6 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
|||||||
_configService.Save();
|
_configService.Save();
|
||||||
_nameplateService.RequestRedraw();
|
_nameplateService.RequestRedraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ImGui.Checkbox("Override FC tag color", ref isFcTagOverride))
|
|
||||||
{
|
|
||||||
_configService.Current.overrideFcTagColor = isFcTagOverride;
|
|
||||||
_configService.Save();
|
|
||||||
_nameplateService.RequestRedraw();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.Spacing();
|
ImGui.Spacing();
|
||||||
|
|||||||
Reference in New Issue
Block a user