You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the exclusive checkboxes, instead of check at the end if there's only one selected.
There should be something made for this propose in NpyScree: SelectOne
I've tried to use something like this in the code: self.add(nps.TitleSelectOne, name="Choose an option", values=["Redirect", "Forward"] )
But I get an error about on the size of the terminal.
Someone more skilled than me can help? =)
The text was updated successfully, but these errors were encountered:
It would be nice to have the exclusive checkboxes, instead of check at the end if there's only one selected.
There should be something made for this propose in NpyScree: SelectOne
I've tried to use something like this in the code:
self.add(nps.TitleSelectOne, name="Choose an option", values=["Redirect", "Forward"] )
But I get an error about on the size of the terminal.
Someone more skilled than me can help? =)
The text was updated successfully, but these errors were encountered: