Skip to content

Commit

Permalink
feat(chat): ✨ add Tell tab
Browse files Browse the repository at this point in the history
  • Loading branch information
iLPdev committed Mar 15, 2022
1 parent bdd73d4 commit f0f23d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prs-chat.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local EMCO = require("MDK.emco")
PRSchat = PRSchat or {}
function PRSchat.tabs()
local EMCO = require("PRS.emco")
PRSchat.UW = Geyser.UserWindow:new({name = "Chat", titleText ="Procedural Realms", docked = true})
stylesheet = [[background-color: rgb(80,80,80,255); border-width: 1px; border-style: solid; border-color: black; border-radius: 0px;]]
istylesheet = [[background-color: rgb(60,60,60,255); border-width: 1px; border-style: solid; border-color: black; border-radius: 0px;]]
Expand All @@ -19,6 +19,7 @@ function PRSchat.tabs()
"Newbie",
"Trade",
"Local",
"Tell",
"All",
"Map",
},
Expand All @@ -29,4 +30,3 @@ function PRSchat.tabs()
preserveBackground = true,
}, PRSchat.UW)
end

0 comments on commit f0f23d6

Please sign in to comment.