mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 01:55:52 +01:00
Move 'fullscreen' definition to the liberator module.
This commit is contained in:
@@ -212,6 +212,14 @@ const liberator = (function () //{{{
|
||||
}
|
||||
};
|
||||
|
||||
options.add(["fullscreen", "fs"],
|
||||
"Show the current window fullscreen",
|
||||
"boolean", false,
|
||||
{
|
||||
setter: function (value) window.fullScreen = value,
|
||||
getter: function () window.fullScreen
|
||||
});
|
||||
|
||||
options.add(["guioptions", "go"],
|
||||
"Show or hide certain GUI elements like the menu or toolbar",
|
||||
"charlist", config.defaults.guioptions || "",
|
||||
|
||||
Reference in New Issue
Block a user