mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 06:42:26 +01:00
add the platform to config.features
This commit is contained in:
@@ -34,7 +34,7 @@ function IO() //{{{
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
const WINDOWS = navigator.platform == "Win32";
|
||||
const WINDOWS = liberator.has("Win32");
|
||||
const EXTENSION_NAME = config.name.toLowerCase(); // "vimperator" or "muttator"
|
||||
|
||||
const environmentService = Components.classes["@mozilla.org/process/environment;1"]
|
||||
|
||||
Reference in New Issue
Block a user