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
ElvUI_MerathilisUI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Merathilis
ElvUI_MerathilisUI
Commits
2dac37b7
Commit
2dac37b7
authored
Sep 03, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proper hide the SplashScreen!
parent
4c2f340f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ElvUI_MerathilisUI/core/splashScreen.lua
ElvUI_MerathilisUI/core/splashScreen.lua
+2
-1
No files found.
ElvUI_MerathilisUI/core/splashScreen.lua
View file @
2dac37b7
...
...
@@ -34,6 +34,7 @@ local function CreateSplashScreen()
f
:
SetPoint
(
"CENTER"
,
0
,
100
)
f
:
SetFrameStrata
(
"TOOLTIP"
)
f
:
SetAlpha
(
0
)
f
:
Hide
()
f
.
bg
=
f
:
CreateTexture
(
nil
,
"BACKGROUND"
)
f
.
bg
:
SetTexture
(
[[Interface\LevelUp\LevelUpTex]]
)
...
...
@@ -84,4 +85,4 @@ function MER:SplashScreen()
C_TimerAfter
(
6
,
ShowSplashScreen
)
end
db
.
day
=
presentWeekday
end
\ No newline at end of file
end
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