Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Enable 'hides_last_only' in winnt.
Browse files Browse the repository at this point in the history
  • Loading branch information
foudfou committed Feb 15, 2015
1 parent 418decd commit 0f79fe2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/chrome/content/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ var firetrayUIOptions = {
this.initAppIconType();
if (firetray.Handler.support['winnt']) {
this.hideUnsupportedOptions([
'ui_hides_last_only', 'ui_show_activates', 'ui_remember_desktop',
'app_icon_default', 'ui_show_icon_on_hide', 'ui_scroll_hides',
'ui_radiogroup_scroll', 'ui_scroll_hides', 'ui_middle_click',
'newmail_icon_names'
'ui_show_activates', 'ui_remember_desktop', 'app_icon_default',
'ui_show_icon_on_hide', 'ui_scroll_hides', 'ui_radiogroup_scroll',
'ui_scroll_hides', 'ui_middle_click', 'newmail_icon_names'
]);
} else if (firetray.AppIndicator) {
this.hideUnsupportedOptions([
Expand All @@ -81,7 +80,6 @@ var firetrayUIOptions = {
uiElts.forEach(function(id){
switch(id){
// windows prefs
case 'ui_hides_last_only':
case 'ui_show_activates':
case 'ui_remember_desktop':
// icon prefs
Expand Down

0 comments on commit 0f79fe2

Please sign in to comment.