mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:22:28 +01:00
Add Fullscreen autocommand
This commit is contained in:
@@ -133,11 +133,7 @@ function Buffer() //{{{
|
||||
"Show the current window fullscreen",
|
||||
"boolean", false,
|
||||
{
|
||||
setter: function (value)
|
||||
{
|
||||
window.fullScreen = value;
|
||||
return value;
|
||||
},
|
||||
setter: function (value) window.fullScreen = value,
|
||||
getter: function () window.fullScreen
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user