mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 20:01:52 +00:00
feat: Add preference to focus on urlbar on startup, b=no-bug, c=workspaces
This commit is contained in:
@@ -1020,6 +1020,8 @@ class nsZenWorkspaces {
|
||||
delete this._initialTab;
|
||||
}
|
||||
|
||||
showed &&= Services.prefs.getBoolPref("zen.urlbar.open-on-startup", true);
|
||||
|
||||
// Wait for the next event loop to ensure that the startup focus logic by
|
||||
// firefox has finished doing it's thing.
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user