ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
273 stars 48 forks source link

Hide back button from the expanded view #401

Closed YoussefLasheen closed 1 year ago

YoussefLasheen commented 1 year ago

The back button serves no purpose in the expanded view and currently does nothing.

Expanded view Screenshot from 2022-11-23 01-17-16

Retracted view Screenshot from 2022-11-23 01-17-57

Feichtmeier commented 1 year ago

This must be something new from changes happening in yaru widgets

here https://ubuntu.github.io/yaru_widgets.dart/ everything is fine, so I guess we need to adapt settings to the new version

things are currently moving so fast in yaru widgets that I don't always manage to keep up :)