Skip to content

Commit

Permalink
Fixed bug with Nn loading
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed May 2, 2024
1 parent f95f218 commit e1edaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/DiesalStyle-1.0/DiesalStyle-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local Colors = DiesalStyle.Colors
local Formatters = DiesalStyle.Formatters
-- ~~| Locals |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
local OUTLINES = {'_LEFT','_RIGHT','_TOP','_BOTTOM'}
local MEDIA_PATH = type(AddonName) == 'table' and string.format("Interface\\AddOns\\Media\\")
local MEDIA_PATH = type(AddonName) ~= 'string' and string.format("Interface\\AddOns\\Media\\")
or AddonName == 'DiesalLibs' and string.format("Interface\\AddOns\\%s\\%s\\Media\\",AddonName,MAJOR)
or string.format("Interface\\AddOns\\%s\\Libs\\%s\\Media\\",AddonName,MAJOR)
local DEFAULT_COLOR = 'FFFFFF'
Expand Down

0 comments on commit e1edaa2

Please sign in to comment.