Skip to content

Commit

Permalink
Plugins/Proximity: Disable locking
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 26, 2024
1 parent f686f82 commit 377e7bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Plugins/Proximity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ function plugin:RestyleWindow()
end
end
proxAnchor.text:SetFont(media:Fetch(FONT, db.fontName), db.fontSize)
if db.lock then
locked = nil
lockDisplay()
else
--if db.lock then
-- locked = nil
-- lockDisplay()
--else
locked = true
unlockDisplay()
end
--end

local x = db.posx
local y = db.posy
Expand Down

0 comments on commit 377e7bb

Please sign in to comment.