mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 01:20:00 +02:00
Refactor ZenSidebarManager to use dynamic Firefox version in default mobile user agent
This commit is contained in:
parent
83a612c6e5
commit
686c364b59
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class ZenBrowserManagerSidebar extends ZenDOMOperatedFeature {
|
|||
_tabBrowserSet = new WeakMap();
|
||||
tabBox;
|
||||
|
||||
DEFAULT_MOBILE_USER_AGENT = 'Mozilla/5.0 (Android 12; Mobile; rv:129.0) Gecko/20100101 Firefox/131.0';
|
||||
DEFAULT_MOBILE_USER_AGENT = `Mozilla/5.0 (Android 12; Mobile; rv:129.0) Gecko/20100101 Firefox/${AppConstants.ZEN_FIREFOX_VERSION}`;
|
||||
MAX_SIDEBAR_PANELS = 9; // +1 for the add panel button
|
||||
MAX_RUNS = 3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue