Parcourir la source

fix_accidental_deletion

Moonlacer il y a 4 ans
Parent
commit
09ab819040
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/common/settings.cpp

+ 2 - 1
src/common/settings.cpp

@@ -110,7 +110,8 @@ void RestoreGlobalState(bool is_powered_on) {
         return;
     }
 
-    // Audio: None
+    // Audio
+    values.volume.SetGlobal(true);
 
     // Core
     values.use_multi_core.SetGlobal(true);