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
P
ProjectAzilroka
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
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
Azilroka
ProjectAzilroka
Commits
86e4e9df
Verified
Commit
86e4e9df
authored
Oct 14, 2020
by
Repooc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove SLE comp check for SMB
parent
315c7a04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
Modules/SquareMinimapButtons.lua
Modules/SquareMinimapButtons.lua
+0
-10
No files found.
Modules/SquareMinimapButtons.lua
View file @
86e4e9df
...
...
@@ -632,16 +632,6 @@ function SMB:Initialize()
return
end
if
PA
.
ElvUI
and
PA
.
SLE
and
_G
.
ElvUI
[
1
].
private
.
sle
.
minimap
and
_G
.
ElvUI
[
1
].
private
.
sle
.
minimap
.
mapicons
.
enable
then
_G
.
StaticPopupDialogs
.
PROJECTAZILROKA
.
text
=
'Square Minimap Buttons and S&L MiniMap Buttons are incompatible. You will have to choose one. This will reload the interface.'
_G
.
StaticPopupDialogs
.
PROJECTAZILROKA
.
button1
=
'Square Minimap Buttons'
_G
.
StaticPopupDialogs
.
PROJECTAZILROKA
.
button2
=
'S&L MiniMap Buttons'
_G
.
StaticPopupDialogs
.
PROJECTAZILROKA
.
OnAccept
=
function
()
_G
.
ElvUI
[
1
].
private
.
sle
.
minimap
.
mapicons
.
enable
=
false
_G
.
ReloadUI
()
end
_G
.
StaticPopupDialogs
.
PROJECTAZILROKA
.
OnCancel
=
function
()
SMB
.
db
.
Enable
=
false
end
_G
.
StaticPopup_Show
(
"PROJECTAZILROKA"
)
return
end
SMB
.
isEnabled
=
true
SMB
.
Hider
=
CreateFrame
(
"Frame"
,
nil
,
_G
.
UIParent
)
...
...
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