datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Fix ui.question's text + title #351

Closed bpoldrack closed 1 year ago

bpoldrack commented 1 year ago

datalad core's ui.question is meant to take the prompting text via title. Now that there's a GUI backend this turns out to be a misleading name. Fix the implementation to use the passed title in the label and have constant window title instead.

Not sure about that constant title, though. Input required may feel somewhat strange. Happy for other suggestions.

In combination with https://github.com/datalad/datalad-next/pull/113 this is supposed to fix #340 .

mih commented 1 year ago

image

Perfect!