[PictureLoader] Allow saving downloaded images to local storage and not just the QNetworkManager cache.

Took 1 hour 11 minutes

Took 4 seconds


Took 25 seconds
This commit is contained in:
Lukas Brübach 2026-02-22 10:44:34 +01:00
parent 338c56678a
commit 64885f4c20
6 changed files with 138 additions and 5 deletions

View file

@ -239,6 +239,10 @@ private:
QSpinBox networkRedirectCacheTtlEdit;
QSpinBox pixmapCacheEdit;
QLabel pixmapCacheLabel;
QCheckBox saveCardImagesToLocalStorageCheckBox;
QLabel saveCardImagesToLocalStorageLabel;
QLabel localCardImageStorageNamingSchemeLabel;
QLineEdit *localCardImageStorageNamingSchemeLineEdit;
};
class MessagesSettingsPage : public AbstractSettingsPage