Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.98k stars 444 forks source link

Add context menu entry to toggle offline tabs #5318

Closed Nerixyz closed 3 months ago

Nerixyz commented 3 months ago

Adds an entry to toggle the visibility of offline tabs, as mentioned in https://github.com/Chatterino/chatterino2/issues/5315#issuecomment-2048367176.

I'll note that the context menus for the notebook, split-header and the menu of a split are shown when pressing the mouse, not when releasing it, which is unintuitive.

pajlada commented 3 months ago

I'll note that the context menus for the notebook, split-header and the menu of a split are shown when pressing the mouse, not when releasing it, which is unintuitive.

This is a platform-specific discrepancy we have. On Linux, the norm is to show the menu on mouse-down rather than mouse-up