Skip to content

Commit

Permalink
Bump toc, use embeds.xml, add slash command to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mctalian committed Aug 13, 2024
1 parent 38c473b commit 8e703a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 3 additions & 9 deletions DeviceLayoutPreset.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 110000
## Interface: 110002
## Title: Device Layout Preset
## Author: McTalian
## Version: @project-version@
## Notes: Automatically set the "Edit Mode" layout preset upon login on this device.
## Notes: Automatically set the "Edit Mode" layout preset upon login on this device.|n|n|cffFFC700Slash command: /dlp, /deviceLayoutPreset|r
## SavedVariables: DeviceLayoutPresetDB
## IconTexture: Interface/AddOns/DeviceLayoutPreset/Icons/logo
## OptionalDeps: Ace3
Expand All @@ -11,12 +11,6 @@
## X-WoWI-ID: 26777
## X-Wago-ID: kGr0Ar6y

Libs\LibStub\LibStub.lua
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceConsole-3.0\AceConsole-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
embeds.xml

Core.lua
10 changes: 10 additions & 0 deletions embeds.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
<Script file="Libs\LibStub\LibStub.lua"/>
<Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
<Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
<Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
<Include file="Libs\AceConsole-3.0\AceConsole-3.0.xml"/>
<Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
<Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
</Ui>

0 comments on commit 8e703a7

Please sign in to comment.