mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-11 03:25:07 -05:00
f5b279298e
from windows. Pros: reads much simpler. Cons: unnecessary eventListeners (but not harmful either). * experimental kb shortcut for hiding all windows (whatever the value of 'close_hises') * bumped to version 8.* (FF, TB)
1.1 KiB
1.1 KiB
Moztray
Overview
Rewrite attempt of Firetray with js-ctypes, with focus on message count display.
Notes
-
Moztray unsets the
tabs.warnOnClose
built-in preference, which otherwise disrupts the handeling of the close event. -
Experimental non-customizable keyboard shortcut for hiding all windows set to:
accel-shift-w
-
if you're looking for other mozilla-desktop integration:
- Paul Neulinger's Gnome-shell-Thunderbird integration
- Mike Conley's Unity-Thunderbird integration
KNOWN BUGS
- windows aren't restored with the same z-order, but there is no means to correct that under Linux
Acknowledgment
- Some code borrowed from Mike Conley.
- kind support from Neil Deaking