Hi there does anyone know if it is possible to remove the big "1" on all of my player frame buffs? If it is possible could you please tell me how to go about getting rid of it. Thanks a lot for your time .
Screenshot for reference:
|
|
bylandoor wrote:I was able to fix the issue by changing the 0 to a 1 on line 835 of DUF_UnitFrame.lua.
Those lines now read:
if (count and count > 1) then
getglobal(DUF_FRAME_DATA[unit].frame.."_Buffs_"..i.."_Stack"):Show()
getglobal(DUF_FRAME_DATA[unit].frame.."_Buffs_"..i.."_Stack"):SetText(count);
|