File tree Expand file tree Collapse file tree
plugins/Details_TinyThreat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2134,6 +2134,13 @@ end
21342134local lastEventTime = 0
21352135function Details222 .BParser .UpdateAppocalypse (instance , bForceUpdate )
21362136 --- @cast instance instance
2137+
2138+ -- check if the window is showing a pluging, if yes do not update
2139+ local mode = instance :GetMode ()
2140+ if mode == DETAILS_MODE_RAID then
2141+ return
2142+ end
2143+
21372144 if not bForceUpdate then
21382145 if instance .lastEventTime ~= Details222 .BParser .lastEventTime then
21392146 instance .lastEventTime = Details222 .BParser .lastEventTime
Original file line number Diff line number Diff line change 1- ## Interface : 110207
1+ ## Interface : 120001
22## Title : Details!: Tiny Threat (plugin)
33## Notes : Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.
44## RequiredDeps : Details
You can’t perform that action at this time.
0 commit comments