sbtn=hou.ui.displayCustomConfirmation('Do you want it ',buttons=('Yes','No'),title='ActionZ')ifsbtn==0:print('aaa')ifsbtn==1:print('bbb')
The window came with title, buttons and a toggle labelled 'Don't ask me again' Of course I switched on the toggle to test and now there is no popup anymore, even after a relaunch.
How Can I get my window back ? Is it possible to eliminate this toggle ?