The second line of eq2ui_mainhud_persona.xml in the ProfitUI directory looks like this:
<Page eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="426,51" MinimumSize="387,484" Name="Persona" OnShow="MainPage.ClassBackdrop.Style="/ProfitUI_Styles.ClassBackdrops." ## (Parent.Parent.Custom.ProfitUI_SubclassDetector.Subclass)" UserMovable="true" UserResizable="true" version="2.0.0" Visible="false">
Remove this:
OnShow="MainPage.ClassBackdrop.Style="/ProfitUI_Styles.ClassBackdrops." ## (Parent.Parent.Custom.ProfitUI_SubclassDetector.Subclass)"
So that it looks like this:
<Page eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="426,51" MinimumSize="387,484" Name="Persona" UserMovable="true" UserResizable="true" version="2.0.0" Visible="false">
And save it.
There will be no class backdrop after that.
Silat
|