@@ -132,7 +132,10 @@ local function overrideActionButton(savedBind, force)
132
132
string.sub (Button , 1 , 4 ) == " CPB_" and " " or
133
133
" 1"
134
134
135
- if (string.sub (Button , 1 , 3 ) == " BT4" ) and not GSEOptions .DisableExperimentalLAB then
135
+ if
136
+ (string.sub (Button , 1 , 3 ) == " BT4" ) or
137
+ (string.sub (Button , 1 , 3 ) == " CPB_" and not GSEOptions .DisableExperimentalLAB )
138
+ then
136
139
if _G [Button ] and _G [Button ].SetState then
137
140
_G [Button ]:SetAttribute (" gse-button" , Sequence )
138
141
_G [Button ]:SetState (
@@ -154,7 +157,8 @@ local function overrideActionButton(savedBind, force)
154
157
_G [Button ]:SetAttribute (" clickbutton" , _G [Sequence ])
155
158
end
156
159
elseif
157
- string.sub (Button , 1 , 5 ) == " ElvUI" or string.sub (Button , 1 , 4 ) == " CPB_" or GSEOptions .DisableExperimentalLAB
160
+ string.sub (Button , 1 , 5 ) == " ElvUI" or (string.sub (Button , 1 , 3 ) == " BT4" ) or string.sub (Button , 1 , 4 ) == " CPB_" or
161
+ GSEOptions .DisableExperimentalLAB
158
162
then
159
163
if _G [Button ] and _G [Button ].SetState then
160
164
_G [Button ]:SetAttribute (" gse-button" , Sequence )
350
354
351
355
function GSE :ADDON_LOADED (event , addon )
352
356
if addon == GNOME then
353
- GSE .setupLAB ()
357
+ if not ConsolePort then
358
+ GSE .setupLAB ()
359
+ end
354
360
local char = UnitFullName (" player" )
355
361
local realm = GetRealmName ()
356
362
0 commit comments