AsteroidOS / asteroid-settings

Default settings app for AsteroidOS
GNU General Public License v3.0
9 stars 18 forks source link

Make timezone menu heirarchical #70

Closed dodoradio closed 1 year ago

dodoradio commented 1 year ago

The list will now show only the regions which sit on a certain level. For example, "America/Indiana/Indianapolis" is unified with all other "America" entries in the root menu; clicking on "America" will bring up a menu containing "Indiana" etc.

A slightly crude 'backToMainMenu()' method is added to the main page, so that all timezone pages can be popped with one call.