Skip to content

Commit

Permalink
Changed Toggled To IsVisible
Browse files Browse the repository at this point in the history
  • Loading branch information
BiraruX committed Jan 13, 2025
1 parent ec110ab commit 38c6b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cmdr/CmdrClient/CmdrInterface/Window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end

-- Sets the command bar visible or not
function Window:SetVisible(visible)
self.Cmdr.Toggled = visible
self.Cmdr.IsVisible = visible
Gui.Visible = visible

if visible then
Expand Down
2 changes: 1 addition & 1 deletion Cmdr/CmdrClient/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ do
RemoteEvent = script:WaitForChild("CmdrEvent"),
ActivationKeys = { [Enum.KeyCode.F2] = true },
Enabled = true,
Toggled = false,
IsVisible = false,
MashToEnable = false,
ActivationUnlocksMouse = false,
HideOnLostFocus = true,
Expand Down

0 comments on commit 38c6b39

Please sign in to comment.