Is it possible to have a 'wait for user', where the user needs to confirm before the chain continues?
Use-case for this would be the plugins that use self.gui.proceed_question() like Check ISBN or FanFicFare downloads, which aren't easy for AC to detect and often result in other actions firing off before the user can confirm the library changes. (This was talked about before, but there wasn't really a good solution except 'disable the confirmations if possible.')
I tried 'prompt for confirmation' but that locked off the rest of the UI, lol.
Last edited by ownedbycats; 12-06-2023 at 02:07 PM.
|