Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zosyne
VuhDo
Commits
46fea7f7
Commit
46fea7f7
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Dragonflight beta workarounds for now
parent
60df7858
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Libs/Libs.xml
Libs/Libs.xml
+2
-2
VuhDoAddonAdapter.lua
VuhDoAddonAdapter.lua
+1
-1
VuhDoPanel.xml
VuhDoPanel.xml
+1
-1
No files found.
Libs/Libs.xml
View file @
46fea7f7
...
...
@@ -4,7 +4,7 @@
<Script
file=
"LibStub\LibStub.lua"
/>
<Include
file=
"Taintless\Taintless.xml"
/>
<!--
<Include file="Taintless\Taintless.xml" />
-->
<Include
file=
"CallbackHandler-1.0\CallbackHandler-1.0.xml"
/>
<Include
file=
"AceAddon-3.0\AceAddon-3.0.xml"
/>
<Include
file=
"AceGUI-3.0\AceGUI-3.0.xml"
/>
...
...
@@ -21,6 +21,6 @@
<Include
file=
"LibCompress\lib.xml"
/>
<Script
file=
"LibBase64-1.0\LibBase64-1.0.lua"
/>
<Include
file=
"LibCustomGlow-1.0\LibCustomGlow-1.0.xml"
/>
<Include
file=
"NickTag-1.0\NickTag-1.0.xml"
/>
<!--
<Include file="NickTag-1.0\NickTag-1.0.xml" />
-->
</Ui>
This diff is collapsed.
Click to expand it.
VuhDoAddonAdapter.lua
View file @
46fea7f7
...
...
@@ -14,7 +14,7 @@ VUHDO_LibCompressEncode = VUHDO_LibCompress:GetAddonEncodeTable();
VUHDO_LibBase64
=
LibStub
:
GetLibrary
(
"LibBase64-1.0"
);
VUHDO_LibCustomGlow
=
LibStub
(
"LibCustomGlow-1.0"
);
VUHDO_LibNickTag
=
LibStub
(
"NickTag-1.0"
);
VUHDO_LibNickTag
=
nil
;
--
LibStub("NickTag-1.0");
VUHDO_LibSharedMedia
:
Register
(
"font"
,
"Arial Black"
,
"Interface\\AddOns\\VuhDo\\Fonts\\ariblk.ttf"
);
VUHDO_LibSharedMedia
:
Register
(
"font"
,
"Emblem"
,
"Interface\\AddOns\\VuhDo\\Fonts\\Emblem.ttf"
);
...
...
This diff is collapsed.
Click to expand it.
VuhDoPanel.xml
View file @
46fea7f7
...
...
@@ -232,7 +232,7 @@
<Layers>
<Layer
level=
"OVERLAY"
>
-- Raid Icon
<Texture
name=
"$parentIc50"
toplevel=
"true"
hidden=
"true"
file=
"interface\targetingframe\ui-raidtargetingicons"
>
<Texture
name=
"$parentIc50"
hidden=
"true"
file=
"interface\targetingframe\ui-raidtargetingicons"
>
</Texture>
</Layer>
</Layers>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment