Skip to content

Commit

Permalink
enable automatic frame rate detection
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed Jun 3, 2024
1 parent 31228ec commit 7ca57ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ user_pref("browser.cache.disk.parent_directory", "/run/user/1000/firefox"); // i
user_pref("browser.search.suggest.enabled.private", true);
user_pref("browser.tabs.warnOnClose", true);
user_pref("general.autoScroll", true);
user_pref("layout.frame_rate", 120);
user_pref("layout.frame_rate", -1);
user_pref("browser.uitour.enabled", false);

// URL Bar
Expand Down

0 comments on commit 7ca57ab

Please sign in to comment.