Skip to content

Commit

Permalink
add some types for linting to bt4 file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Aug 3, 2024
1 parent c7fbaf0 commit 35d9437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/BarHandlers/Bartender4.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local SUI, L, print = SUI, SUI.L, SUI.print
local module = SUI:GetModule('Handler.BarSystems')
local module = SUI:GetModule('Handler.BarSystems') ---@type SUI.Module.BarHandler
local BartenderMin = '4.13.0'
local MoveIt = SUI:GetModule('MoveIt') ---@type MoveIt
local Bartender4 = Bartender4
Expand Down Expand Up @@ -521,7 +521,7 @@ local function OnEnable()

--SUI Stuff
RefreshConfig()
local MoveIt = SUI:GetModule('MoveIt')
local MoveIt = SUI:GetModule('MoveIt') ---@type MoveIt
MoveIt:CreateMover(bar, bar:GetName(), 'Bar ' .. id, nil, 'Bartender4')
MoveIt:UpdateMover(bar:GetName(), bar.overlay, true)

Expand Down

0 comments on commit 35d9437

Please sign in to comment.