From 3a7939c5f7772a1d3a82bf91cdb2858583341b0b Mon Sep 17 00:00:00 2001 From: aren-cllc Date: Tue, 7 Feb 2017 17:32:06 +0100 Subject: [PATCH] VS failed to save For some reason Visual Studio didn't save *all* my changes. This caused my previous PR to make audio commands require a shiftorium upgrade that didn't exist. This is now fixed. --- ShiftOS_TheReturn/Resources/Shiftorium.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ShiftOS_TheReturn/Resources/Shiftorium.txt b/ShiftOS_TheReturn/Resources/Shiftorium.txt index e36480e..32c0514 100644 --- a/ShiftOS_TheReturn/Resources/Shiftorium.txt +++ b/ShiftOS_TheReturn/Resources/Shiftorium.txt @@ -29,6 +29,11 @@ Description: "Sometimes it's useful to have a list of windows that are open on your system so you can easily switch between them.", Dependencies: "desktop;wm_unlimited_windows" }, + { + Name: "Audio volume", + Cost: 80, + Description: "Allows you to change the system music volume" + }, { Name: "AL Skin Loader", Cost: 125, @@ -591,4 +596,4 @@ Description: "In the shiftorium GUI but dont know what you can spend because you can't see how many code points are on hand? Well shop easy, because with this upgrade that is now possible! You have to restart the shiftorium for it to work." } -] \ No newline at end of file +]