Skip to content

macosx: Simply toolbar, make elements more contextual, and refactor toolbar item visibility changing

Claudio Cambra requested to merge claucambra/vlc:work/simplify-toolbar into master

This PR does several things:

  1. Remove the cone to free up space and remove visual clutter
  2. Hide the forwards/navigation buttons outside of the media source views (these will be removed in general once the breadcrumbs work correctly)
  3. Hide the search bar in the media source views (instead of just disabling it)
  4. Properly add and remove toolbar items rather than just setting the hidden properties of their child views

With changes:

Screenshot_2023-02-02_at_01.14.33

Screenshot_2023-02-02_at_00.53.22

Before changes:

Screenshot_2023-02-02_at_00.58.56

Screenshot_2023-02-02_at_00.58.59

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Edited by Claudio Cambra

Merge request reports