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

Fix terminal warning on navigate #260

Closed jeremypw closed 1 year ago

jeremypw commented 1 year ago

Fixes the terminal warnings noted here: https://github.com/elementary/switchboard/pull/246#pullrequestreview-1119421015

As we only create one categoryview it is better to check the visible child type. Using == did not seem to be working and as the category view has no associated plug the else clause was giving errors.

At present we can assume all leaflet children except the single categoryview have an associated plug. Should this change the code here will have to be revisited.

Review without whitespace changes which got fixed in passing.