forked from fhoech/BarTab
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a pref to let the user choose whether the scope of "unload other …
…tabs" should be "visible tabs" (i.e. tabs in the currently active tab group) or "tabs in the current window".
- Loading branch information
1 parent
550a894
commit 5e7aef8
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ pref("extensions.bartab.whitelist", ""); | |
pref("extensions.bartab.findClosestLoadedTab", true); | ||
pref("extensions.bartab.loadOnSelectDelay", 0); | ||
pref("extensions.bartab.migrated", false); | ||
pref("extensions.bartab.unloadOnlyVisibleTabs", true); | ||
|
||
// https://developer.mozilla.org/en/Localizing_extension_descriptions | ||
pref("[email protected]", "chrome://bartab/locale/overlay.properties"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters