mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Remove unused config button
This commit is contained in:
@@ -71,7 +71,6 @@ function App:init()
|
|||||||
})
|
})
|
||||||
|
|
||||||
self.connectButton = nil
|
self.connectButton = nil
|
||||||
self.configButton = nil
|
|
||||||
self.currentSession = nil
|
self.currentSession = nil
|
||||||
|
|
||||||
self.displayedVersion = DevSettings:isEnabled()
|
self.displayedVersion = DevSettings:isEnabled()
|
||||||
@@ -167,15 +166,6 @@ function App:didMount()
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
self.configButton = toolbar:CreateButton(
|
|
||||||
"Configure",
|
|
||||||
"Configure the Rojo plugin",
|
|
||||||
Assets.Configure)
|
|
||||||
self.configButton.ClickableWhenViewportHidden = false
|
|
||||||
self.configButton.Click:Connect(function()
|
|
||||||
self.configButton:SetActive(false)
|
|
||||||
end)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function App:didUpdate()
|
function App:didUpdate()
|
||||||
|
|||||||
Reference in New Issue
Block a user