Skip to content

Commit

Permalink
Merge pull request #163 from arcticicestudio/feature/gh-156-firefox-c…
Browse files Browse the repository at this point in the history
…olor-addon-badge-in-overflow-menu

Firefox Color addon badge in overflow menu
  • Loading branch information
arcticicestudio authored Oct 6, 2018
2 parents 924d495 + 489a782 commit c7c1f89
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 @@ -221,7 +221,7 @@ user_pref("browser.tabs.loadInBackground", true);
* Available within the UI under:
* Customize...
*/
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[\"_react-devtools-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"_c2c003ee-bd69-42a2-b0e9-6f34222cb046_-browser-action\",\"_a4c4eda4-fb84-4a84-b4a1-f7c1cbf2a1ad_-browser-action\"],\"PersonalToolbar\":[\"personal-bookmarks\"],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"home-button\",\"customizableui-special-spring1\",\"urlbar-container\",\"customizableui-special-spring2\",\"downloads-button\",\"_testpilot-containers-browser-action\",\"jid1-f3mymbcpz2azyl_jetpack-browser-action\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"]},\"seen\":[\"developer-button\",\"ublock0_raymondhill_net-browser-action\",\"_react-devtools-browser-action\",\"jid1-f3mymbcpz2azyl_jetpack-browser-action\",\"webide-button\",\"_testpilot-containers-browser-action\",\"snoozetabs_mozilla_com-browser-action\",\"_a4c4eda4-fb84-4a84-b4a1-f7c1cbf2a1ad_-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"widget-overflow-fixed-list\"],\"currentVersion\":14,\"newElementCount\":10}");
user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[\"_react-devtools-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"_c2c003ee-bd69-42a2-b0e9-6f34222cb046_-browser-action\",\"_a4c4eda4-fb84-4a84-b4a1-f7c1cbf2a1ad_-browser-action\"],\"PersonalToolbar\":[\"personal-bookmarks\"],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"home-button\",\"customizableui-special-spring1\",\"urlbar-container\",\"customizableui-special-spring2\",\"downloads-button\",\"_testpilot-containers-browser-action\",\"jid1-f3mymbcpz2azyl_jetpack-browser-action\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"]},\"seen\":[\"developer-button\",\"ublock0_raymondhill_net-browser-action\",\"_react-devtools-browser-action\",\"jid1-f3mymbcpz2azyl_jetpack-browser-action\",\"webide-button\",\"_testpilot-containers-browser-action\",\"snoozetabs_mozilla_com-browser-action\",\"_a4c4eda4-fb84-4a84-b4a1-f7c1cbf2a1ad_-browser-action\", \"firefoxcolor_mozilla_com-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"widget-overflow-fixed-list\"],\"currentVersion\":14,\"newElementCount\":10}");

/*
* Set the UI density to "Normal".
Expand Down

0 comments on commit c7c1f89

Please sign in to comment.