Skip to content

Commit

Permalink
apply button clickable everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Aug 31, 2022
1 parent fafabeb commit 4b3a864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RbxStudioDiscordRPC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local applyFormatsBtn = toolbar:CreateButton(
)

refreshBtn.ClickableWhenViewportHidden = true
applyFormatsBtn.ClickableWhenViewportHidden = true

local HttpService = game:GetService("HttpService")
local StudioService = game:GetService("StudioService")
Expand Down Expand Up @@ -157,7 +158,7 @@ local function applyFormats()
print("RSDRPC: Opened formats configuration.")
return
end

if not f:IsA("ModuleScript") then
return warn("RSDRPC: Formats configuration is not a ModuleScript")
end
Expand Down

0 comments on commit 4b3a864

Please sign in to comment.