1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-26 21:27:40 +00:00
This commit is contained in:
kepler155c@gmail.com
2017-10-11 16:31:48 -04:00
parent 852ad193f0
commit f9221e67be
6 changed files with 103 additions and 93 deletions

View File

@@ -46,8 +46,8 @@ if device.wireless_modem then
function()
os.sleep(3)
local tabId = multishell.openTab({
fn = chatClient,
title = 'Chatroom',
fn = chatClient,
title = 'Chat',
hidden = true,
})
tab = multishell.getTab(tabId)