Keep on doing refining the Settings
page.
Trying to make some relationship between buttons in dock and the pages:
self.ui
.radio_button_set(ids!(dock_screen.home_tab, dock_screen.settings_tab))
.selected_to_visible(
cx,
&self.ui,
actions,
ids!(pages.home_screen, pages.settings_screen),
);
Just fork from moly, only a little difference, Hahhh
Can’t jump to a new page, the passing of the action is not done properly. A demo picture here
Thanks to moly that I can code it so fast, Hahhh!