Skip to content

Commit

Permalink
Qol: Change Mixer Category (#5734)
Browse files Browse the repository at this point in the history
mixer lydiam
  • Loading branch information
FlitchTime authored Aug 18, 2024
1 parent 5d99941 commit b091e7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/client/preference/preferences_volume_mixer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@

/client/verb/volume_mixer()
set name = "Open Volume Mixer"
set category = null
set hidden = TRUE
set category = "Special Verbs"

var/datum/ui_module/volume_mixer/VM = new()
VM.ui_interact(usr)
Expand Down

0 comments on commit b091e7b

Please sign in to comment.