Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ElvUI_RayUI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fgprodigal
ElvUI_RayUI
Commits
380d9c14
Commit
380d9c14
authored
Sep 08, 2020
by
fgprodigal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Install
parent
cf450c79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
16 deletions
+28
-16
Core/Install.lua
Core/Install.lua
+28
-16
No files found.
Core/Install.lua
View file @
380d9c14
...
...
@@ -154,30 +154,32 @@ function RayUI:SetupChat()
--[[----------------------------------
-- ProfileDB - Chat
--]]
----------------------------------
E
.
db
[
"chat"
][
"customTimeColor"
][
"b"
]
=
0
.
98
E
.
db
[
"chat"
][
"customTimeColor"
][
"g"
]
=
0
.
75
E
.
db
[
"chat"
][
"customTimeColor"
][
"r"
]
=
0
E
.
db
[
"chat"
][
"editBoxPosition"
]
=
"ABOVE_CHAT"
E
.
db
[
"chat"
][
"font"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"chat"
][
"fontOutline"
]
=
"OUTLINE"
E
.
db
[
"chat"
][
"fontSize"
]
=
12
E
.
db
[
"chat"
][
"
tabFontOutline"
]
=
"OUTLINE
"
E
.
db
[
"chat"
][
"
keywords"
]
=
"%MYNAME%, ElvUI, MerathilisUI, RayUI
"
E
.
db
[
"chat"
][
"keywordSound"
]
=
"Whisper Alert"
E
.
db
[
"chat"
][
"
tabFontSize"
]
=
12
E
.
db
[
"chat"
][
"
editBoxPosition"
]
=
"ABOVE_CHAT"
E
.
db
[
"chat"
][
"
panelHeight"
]
=
174
E
.
db
[
"chat"
][
"
panelHeightRight"
]
=
174
E
.
db
[
"chat"
][
"panelTabTransparency"
]
=
true
E
.
db
[
"chat"
][
"
fontOutline"
]
=
"OUTLINE"
E
.
db
[
"chat"
][
"
panelWidth"
]
=
400
E
.
db
[
"chat"
][
"panelWidthRight"
]
=
400
E
.
db
[
"chat"
][
"socialQueueMessages"
]
=
true
E
.
db
[
"chat"
][
"customTimeColor"
][
"r"
]
=
0
E
.
db
[
"chat"
][
"customTimeColor"
][
"g"
]
=
0
.
75
E
.
db
[
"chat"
][
"customTimeColor"
][
"b"
]
=
0
.
98
E
.
db
[
"chat"
][
"keywords"
]
=
"%MYNAME%, ElvUI, MerathilisUI, RayUI"
E
.
db
[
"chat"
][
"panelHeightRight"
]
=
174
E
.
db
[
"chat"
][
"panelHeight"
]
=
174
E
.
db
[
"chat"
][
"timeStampFormat"
]
=
"%H:%M "
E
.
db
[
"chat"
][
"tabFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"chat"
][
"tabFontOutline"
]
=
"OUTLINE"
E
.
db
[
"chat"
][
"tabFontSize"
]
=
12
E
.
db
[
"chat"
][
"tabSelector"
]
=
'NONE'
E
.
db
[
"chat"
][
"tabSelector"
]
=
"NONE"
E
.
db
[
"chat"
][
"tapFontSize"
]
=
12
E
.
db
[
"chat"
][
"panelWidth"
]
=
400
E
.
db
[
"mui"
][
"chat"
][
"panelHeight"
]
=
174
E
.
db
[
"mui"
][
"chat"
][
"hidePlayerBrackets"
]
=
false
E
.
db
[
"chat"
][
"timeStampFormat"
]
=
"%H:%M "
E
.
db
[
"mui"
][
"chat"
][
"chatButton"
]
=
false
E
.
db
[
"mui"
][
"chat"
][
"hidePlayerBrackets"
]
=
false
E
.
db
[
"mui"
][
"chat"
][
"isExpanded"
]
=
false
E
.
db
[
"chat"
][
"font"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"chat"
][
"tabFont"
]
=
E
.
Libs
.
LSM
.
DefaultMedia
[
"font"
]
E
.
db
[
"mui"
][
"chat"
][
"panelHeight"
]
=
174
self
:
SetMoverPosition
(
"LeftChatMover"
,
"BOTTOMLEFT"
,
E
.
UIParent
,
"BOTTOMLEFT"
,
10
,
50
)
self
:
SetMoverPosition
(
"RightChatMover"
,
"BOTTOMRIGHT"
,
E
.
UIParent
,
"BOTTOMRIGHT"
,
-
10
,
50
)
...
...
@@ -1770,6 +1772,16 @@ function RayUI:SetupVariables(colorMode)
E
.
db
[
"mui"
][
"smb"
][
"moveTracker"
]
=
true
E
.
db
[
"mui"
][
"tooltip"
][
"roleIcon"
]
=
false
E
.
db
[
"mui"
][
"unitframes"
][
"healPrediction"
]
=
true
E
.
db
[
"mui"
][
"CombatAlert"
][
"style"
][
"font_color_enter"
]
=
{
[
"r"
]
=
0
,
[
"g"
]
=
1
,
[
"b"
]
=
0
,
}
E
.
db
[
"mui"
][
"CombatAlert"
][
"style"
][
"font_color_leave"
]
=
{
[
"r"
]
=
1
,
[
"g"
]
=
0
,
[
"b"
]
=
0
,
}
--[[----------------------------------
-- ProfileDB - Cooldown
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment