mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
remove temp folder structure
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<Bindings>
|
||||
<Binding name="Raid Marker" runOnUp="true" header="ELVUI">
|
||||
RaidMark_HotkeyPressed(keystate);
|
||||
</Binding>
|
||||
<Binding name="Farm Mode" runOnUp="false">
|
||||
FarmMode();
|
||||
</Binding>
|
||||
<Binding name="Toggle Chat (Left)" runOnUp="false">
|
||||
HideLeftChat();
|
||||
</Binding>
|
||||
<Binding name="Toggle Chat (Right)" runOnUp="false">
|
||||
HideRightChat();
|
||||
</Binding>
|
||||
<Binding name="Toggle Chat (Both)" runOnUp="false">
|
||||
HideBothChat();
|
||||
</Binding>
|
||||
</Bindings>
|
||||
Reference in New Issue
Block a user