
# ttth
## known-issues
### general
#### Menubar function: Hide
Hide should hide the current window. It is re-accessable afterwards via the Tray icon, but most likely not by any other method. (ALT+TAB) to unhide it won't work so far.
### platform specific
####  linux
##### Notification not shown
**ttth** needs ```libnotify``` to display desktop notifications. This means ```libnotify``` must be installed and a notification daemon must be configured.
See [#99](https://github.com/yafp/ttth/issues/99)
####  macOS
##### Function Toggle Fullscreen
F11 should toggle the fullscreen-mode, but macOS seems to use F11 system-wide for "Show Desktop".
As a result toggle fullscreen-mode on macOS only works by manually selecting it via the menu.
###  windows
nothing so far