mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Improve region scoping
This commit is contained in:
parent
0bf76df872
commit
34821ff99e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ const mapRegionNamesToIds = {
|
|||
};
|
||||
|
||||
const mapRegionNamesToMatcher = {
|
||||
normal: "#main-window",
|
||||
normal: "#main-window:not(.shade)",
|
||||
windowshade: "#main-window.shade",
|
||||
equalizer: "#equalizer-window",
|
||||
equalizer: "#equalizer-window:not(.shade)",
|
||||
equalizerws: "#equalizer-window.shade"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue