I’ve created welcome dialog, where user must select profile to continue. I won’t write additional checkbox features in children widget, because implementation with buttons simpler for me as for dev and simpler for user who select option by one click (not radio box + one more click)
Here is how does it looks like
In other words, I remove some custom (generated) options and keep default controls in one set
Yes, you absolutely don’t want that. Have a list in your dialog or something similar. This will be an absolute disaster when the window is short, likely will just overflow.
Agreed, just options above not expected at this moment, later will create separated window for profiles management and maybe skip these options. But for now I want to have visible options if exist (mostly to remind myself I forgot something to cleanup)
anyway, scrollable container would be useful feature for AdwDialog in vertical presentation
Finally I’ve disabled this feature as really strange solution even /tmp. Seems I need additional time for multi-profile implementation, including UI part.