mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:44:12 +01:00
Fix config.isPlayerWindow.
Fixes player mode mappings.
This commit is contained in:
@@ -86,7 +86,7 @@ const Config = Module("config", ConfigBase, {
|
||||
modes.pop();
|
||||
},
|
||||
|
||||
get isPlayerWindow() SBGetBrowser().mCurrentTab == SBGetBrowser().mediaTab,
|
||||
get isPlayerWindow() window.SBGetBrowser().mCurrentTab == window.SBGetBrowser().mediaTab,
|
||||
|
||||
/**
|
||||
* Shows or hides the main service pane.
|
||||
|
||||
Reference in New Issue
Block a user