1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +01:00

:set [no]focuscontent, thanks Paul!

This commit is contained in:
Martin Stubenschrott
2008-06-10 18:34:36 +00:00
parent 36a1376835
commit 119de356b5
5 changed files with 39 additions and 8 deletions

View File

@@ -142,7 +142,9 @@ liberator.Buffer = function () //{{{
////////////////////// OPTIONS /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
liberator.options.add(["fullscreen", "fs"], "Show the current window fullscreen", "boolean", false,
liberator.options.add(["fullscreen", "fs"],
"Show the current window fullscreen",
"boolean", false,
{
setter: function (value) { window.fullScreen = value; },
getter: function () { return window.fullScreen; }