Skip to content

Commit

Permalink
user.js: set media.default_volume to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed Oct 5, 2024
1 parent 1405972 commit 19e25d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ user_pref("browser.dataFeatureRecommendations.enabled", false);
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false); // Remove 'Recommendations' tab in about:addons

// Media
user_pref("media.default_volume", "1.0");
user_pref("media.volume_scale", "1.0");
user_pref("media.mediasource.experimental.enabled", true);
user_pref("media.hardwaremediakeys.enabled", true);
Expand Down

0 comments on commit 19e25d0

Please sign in to comment.