1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 23:51:18 +05:30

restore fullscreen warning window

This commit is contained in:
yokoffing
2025-11-06 16:31:08 -05:00
committed by GitHub
parent 0e1c1899a7
commit fd42e927e4
+2 -1
View File
@@ -162,8 +162,9 @@ user_pref("full-screen-api.transition-duration.enter", "0 0"); // default=200 20
user_pref("full-screen-api.transition-duration.leave", "0 0"); // default=200 200
// PREF: disable fullscreen notice
// 0 = completely disable warning window
user_pref("full-screen-api.warning.delay", -1); // default=500
user_pref("full-screen-api.warning.timeout", 0); // default=3000
user_pref("full-screen-api.warning.timeout", 1250); // default=3000
/****************************************************************************
* SECTION: FONT APPEARANCE *