Skip to content

Commit

Permalink
Skip default browser check (closes DevExpress#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed Dec 29, 2017
1 parent 72e3c05 commit 4087dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/provider/built-in/firefox/runtime-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ async function generatePrefs (profileDir, port) {
'user_pref("app.update.auto", false);',
'user_pref("app.update.mode", 0);',
'user_pref("app.update.service.enabled", false);',
'user_pref("browser.shell.checkDefaultBrowser", false);',
'user_pref("browser.usedOnWindows10", true);',
'user_pref("browser.rights.3.shown", true);',
'user_pref("browser.startup.homepage_override.mstone","ignore");',
'user_pref("browser.tabs.warnOnCloseOtherTabs", false);',
Expand Down

0 comments on commit 4087dac

Please sign in to comment.