StopSound not support

This commit is contained in:
Bunny67
2020-07-01 18:03:51 +03:00
parent e13b36973d
commit 8eb28b28b0
3 changed files with 3 additions and 35 deletions
-6
View File
@@ -557,12 +557,6 @@ function WeakAuras.AddActionOption(id, data)
hidden = function() return data.actions.finish.sound ~= " KitID" end,
disabled = function() return not data.actions.finish.do_sound end
},
finish_stop_sound = {
type = "toggle",
width = WeakAuras.doubleWidth,
name = L["Stop Sound"],
order = 29.1,
},
finish_do_glow = {
type = "toggle",
width = WeakAuras.normalWidth,