Added season setting to ignore the bookmark
/run Details.no_bookmark = true: won't open the bookmark. /run Details.no_bookmark_on_combat = true: won't open the bookmark while in combat.
This commit is contained in:
@@ -693,6 +693,14 @@ function Details.switch:ShowMe(instancia)
|
||||
return
|
||||
|
||||
else
|
||||
if (Details.no_bookmark) then
|
||||
return
|
||||
end
|
||||
|
||||
if (Details.no_bookmark_on_combat and InCombatLockdown()) then
|
||||
return
|
||||
end
|
||||
|
||||
if (Details.switch.segments_blocks) then
|
||||
Details.switch:ClearSegmentBlocks()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user