mirror of https://github.com/teverse/teverse
Compare commits
No commits in common. "a9b9d0dec612cdd884045254e9743cb2d87285f1" and "b39b953fa64b64b8990029ab0cb3b443924118cb" have entirely different histories.
a9b9d0dec6
...
b39b953fa6
|
@ -49,13 +49,7 @@ login.position = guiCoord(0.5, -50, 0.5, 45)
|
|||
local db = false
|
||||
local listenerid = login:on("mouseLeftDown", function()
|
||||
if db then return end
|
||||
|
||||
if _DEVICE:sub(0, 6) == "iPhone" or _DEVICE:sub(0, 4) == "iPad" then
|
||||
teverse.openUrl("https://teverse.com/dashboard?client=2")
|
||||
else
|
||||
teverse.openUrl("https://teverse.com/dashboard?client=1")
|
||||
end
|
||||
|
||||
login.visible = false
|
||||
sleep(2)
|
||||
login.visible = true
|
||||
|
|
Loading…
Reference in New Issue