Skip to content

Commit

Permalink
Adjust the position of Tabs Sidebar in preference
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored and MrAlex94 committed Aug 12, 2024
1 parent eaadeb6 commit 19a4529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterfox/browser/components/sidebar/experiments/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function initSidebarCategory(document, { locale, BASE_URL, BASE_PREF }) {
if (document.querySelector('#category-tabsSidebar'))
return true;

const generalItem = document.querySelector('#category-general');
const generalItem = document.querySelector('#category-search');
if (!generalItem)
return false;

Expand Down

0 comments on commit 19a4529

Please sign in to comment.