mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 22:45:46 +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();
|
modes.pop();
|
||||||
},
|
},
|
||||||
|
|
||||||
get isPlayerWindow() SBGetBrowser().mCurrentTab == SBGetBrowser().mediaTab,
|
get isPlayerWindow() window.SBGetBrowser().mCurrentTab == window.SBGetBrowser().mediaTab,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Shows or hides the main service pane.
|
* Shows or hides the main service pane.
|
||||||
|
|||||||
Reference in New Issue
Block a user