Skip to content

Fix the location where adblock lists are saved

Previously, downloaded adblock lists were saved in the home directory because the call to Qt::StandardPaths::locate could return an empty string. To avoid this, use Qt::StandardPaths::writableLocation and create the directory if needed.

BUG: 442992

Merge request reports