mirror of
https://github.com/moparisthebest/FireTray
synced 2025-01-08 12:08:05 -05:00
cleaning
This commit is contained in:
parent
620abcb924
commit
767f9487d0
@ -585,10 +585,11 @@ firetray.Handler.showHideAllWindows = function(gtkStatusIcon, userData) {
|
||||
for(var key in firetray.Handler.windows);
|
||||
firetray.Window.activate(key);
|
||||
} else if ((0.5 < visibilityRate) && (visibilityRate < 1)
|
||||
|| visibilityRate === 0) // TODO: should be configurable
|
||||
|| visibilityRate === 0) { // TODO: should be configurable
|
||||
firetray.Handler.showAllWindows();
|
||||
else
|
||||
} else {
|
||||
firetray.Handler.hideAllWindows();
|
||||
}
|
||||
|
||||
let stopPropagation = true;
|
||||
return stopPropagation;
|
||||
|
Loading…
Reference in New Issue
Block a user