[GH-ISSUE #676] [Improvement] Better menu bar behaviour #2209

Open
opened 2026-03-01 18:54:27 +03:00 by kerem · 0 comments
Owner

Originally created by @theFireProject on GitHub (Jun 12, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/676

Description

Implement the following behaviour. The menu bar is supposed to support two modes:

  • always visible and
  • auto-hide: The menu bar is hidden and only the tabs are visible. It can be expanded by clicking one of the tabs but it hides again after an action from the menu bar was performed or the user clicks somewhere outside the menu bar.

The mode is switched by clicking the arrow icon. Accordingly, the arrow icon has to change its direction: Facing up to collapse the menu bar and facing down to expand the menu bar permanently.

User benefit

This is a common behaviour. It's know from programs everyone uses: Windows Explorer and Microsoft Office. It is different from the current behaviour: At the moment the menu bar can only be hidden temporarily until it is opened again to perform an action from one of the tabs. Then it stays open permanently, except the user clicks the tiny arrow icon after every single time they had to use a button from the menu bar. The new behaviour allows the menu bar to be hidden permanently with a lot less effort. Therefore it is by far more convenient for the user.

Originally created by @theFireProject on GitHub (Jun 12, 2020). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/676 ### Description Implement the following behaviour. The menu bar is supposed to support two modes: * **always visible** and * **auto-hide**: The menu bar is hidden and only the tabs are visible. It can be expanded by clicking one of the tabs but it hides again after an action from the menu bar was performed or the user clicks somewhere outside the menu bar. The mode is switched by clicking the arrow icon. Accordingly, the arrow icon has to change its direction: Facing up to collapse the menu bar and facing down to expand the menu bar permanently. ### User benefit This is a common behaviour. It's know from programs everyone uses: Windows Explorer and Microsoft Office. It is different from the current behaviour: At the moment the menu bar can only be hidden temporarily until it is opened again to perform an action from one of the tabs. Then it stays open permanently, except the user clicks the tiny arrow icon after every single time they had to use a button from the menu bar. The new behaviour allows the menu bar to be hidden permanently with a lot less effort. Therefore it is by far more convenient for the user.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#2209
No description provided.