Skip to content

Commit

Permalink
Fix initial toolbar position (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Dec 11, 2018
1 parent 84ce488 commit fe7e65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ let VerticalTabsReloaded = class VerticalTabsReloaded

toolbar_activate()
{
this.onPreferenceChange("tabtoolbarPosition", "top", this.preferences("tabtoolbarPosition"));
this.onPreferenceChange("tabtoolbarPosition", this.preferences("tabtoolbarPosition"), "top");

document.getElementById("toolbar-action-tab-new").addEventListener("click", () =>
{
Expand Down

0 comments on commit fe7e65d

Please sign in to comment.