Skip to content

Commit

Permalink
Enable searching the preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Aug 18, 2023
1 parent a499177 commit a1d85e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ export default class PrivacyPreferences extends ExtensionPreferences {
//Create settings page from info
let settingsPage = new PrefsPage(pageInfo, groupsInfo, settingsInfo, this.getSettings());

//Add the pages to the window
//Add the pages to the window, enable searching
window.add(settingsPage);
window.set_search_enabled(true);
}
}

0 comments on commit a1d85e6

Please sign in to comment.