Skip to content

Commit

Permalink
exp: add make silent option to sound table context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 25, 2024
1 parent 0cc5507 commit 6c7334d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Misc/qs_pak/scripts/expmode_engine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ local function sounds_onupdate(self)

imSetClipboardText(concat(lines))
end
imSeparator()
if imSelectable('Make Silent') then
sounds[entry.index]:makesilent()
end
imEndPopup()
end
imTableNextColumn()
Expand Down

0 comments on commit 6c7334d

Please sign in to comment.