Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
feat: remove scroll bar textures
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Apr 18, 2024
1 parent 5a0e3c2 commit 4d46018
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions skin/grid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ local function skin(target)
local bar = target.bar

S:HandleTrimScrollBar(bar)

if bar.Back and bar.Back.Texture then
bar.Back.Texture:Hide()
end

if bar.Forward and bar.Forward.Texture then
bar.Forward.Texture:Hide()
end
end

local function handler()
Expand Down

0 comments on commit 4d46018

Please sign in to comment.