From faac074d8817c50bfa5fde7b0d2a452aded1b5d0 Mon Sep 17 00:00:00 2001 From: Des Date: Sat, 7 Sep 2024 10:41:21 -0300 Subject: [PATCH] Use mastervolume in example instead of volume --- quickmenu_example.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickmenu_example.txt b/quickmenu_example.txt index 16a87fd10..595624025 100644 --- a/quickmenu_example.txt +++ b/quickmenu_example.txt @@ -18,8 +18,8 @@ // the same menu // Holding CTRL while selecting the number inverts the default // keep behavior for an entry - "+Volume" "rpn /volume volume 0.1 + =" KEEP_OPEN - "-Volume" "rpn /volume volume 0.1 - =" KEEP_OPEN + "+Volume" "rpn /mastervolume mastervolume 0.1 + =" KEEP_OPEN + "-Volume" "rpn /mastervolume mastervolume 0.1 - =" KEEP_OPEN "Sound settings" // A toggle command displays a checkbox showing the current cvar's state -- 2.39.2