Skip to content

Commit

Permalink
Merge pull request #161 from arcticicestudio/bugfix/gh-154-fix-tabs-n…
Browse files Browse the repository at this point in the history
…ot-rendered-in-titlebar

Fix tabs not rendered in titlebar
  • Loading branch information
arcticicestudio authored Oct 6, 2018
2 parents e622889 + f14d5e4 commit 9c6a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ user_pref("browser.startup.homepage", "about:home");
user_pref("browser.startup.page", 3);

/* Render tabs in the title bar. */
user_pref("browser.tabs.drawInTitlebar", false);
user_pref("browser.tabs.drawInTitlebar", true);

/*
* Always open bookmark tabs in the background.
Expand Down

0 comments on commit 9c6a97d

Please sign in to comment.