mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 20:03:45 +03:00
Open options page expanded while on addons page
This commit is contained in:
parent
466fe1451d
commit
73bb56e5e0
|
@ -35,7 +35,7 @@ chrome.runtime.getBackgroundPage( (bgWindow) =>
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
theState.flags.ifInsideOptionsPage = !currentTab || currentTab.url.startsWith('chrome://extensions/?options=');
|
theState.flags.ifInsideOptionsPage = !currentTab || currentTab.url.startsWith('chrome://extensions/?options=') || currentTab.url.startsWith('about:addons');
|
||||||
theState.currentTab = currentTab;
|
theState.currentTab = currentTab;
|
||||||
|
|
||||||
// STATE DEFINED, COMPOSE.
|
// STATE DEFINED, COMPOSE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user