Skip to content

Fix WidgetsAskUserActionHandler::requestUserMessageBox's "Don't ask again"

Old implementation only stored if the user had checked the "Don't ask again" box, but in case of Yes/No dialog not the actual answer, instead in the case always returned "Yes", thus discarding a user's "No".

As KIO::AskUserActionInterface::requestUserMessageBox seems not yet used, no handling of possible existing wrong storage data is implemented.

@dfaure @ahmadsamir

Merge request reports