Skip to content

Commit

Permalink
Merge pull request #162 from arcticicestudio/improvement/gh-155-disab…
Browse files Browse the repository at this point in the history
…le-fullscreen-warning-popup

Disable fullscreen warning popup
  • Loading branch information
arcticicestudio authored Oct 6, 2018
2 parents 9c6a97d + 5778da6 commit 924d495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ user_pref("font.default.x-western", "sans-serif");
user_pref("font.name.monospace.x-western", "Source Code Pro");
user_pref("font.size.fixed.x-western", 16);

/* Disable the fullscreen warning popup. */
user_pref("full-screen-api.warning.timeout", 0);

/*
* Enable autoscrolling.
* Available within the UI under:
Expand Down

0 comments on commit 924d495

Please sign in to comment.