elementary / switchboard

Extensible System Settings app designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
48 stars 15 forks source link

Leaflet → NavigationView #292

Closed danirabbit closed 6 months ago

danirabbit commented 7 months ago

Leaflet is deprecated, replace with NavigationView. Settings will no longer build for OS 7/Jammy with this branch

danirabbit commented 6 months ago

@jeremypw should work with no warnings now! I found out that NavigationView removes pages when they are popped so we don't have to do that ourselves anymore and NavigationPage has its own hidden/shown signals so we can connect those directly instead of having to send them manually. So no need to try to get the next page because it's all handled