mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
[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:
parent
338c56678a
commit
64885f4c20
6 changed files with 138 additions and 5 deletions
|
|
@ -239,6 +239,10 @@ private:
|
|||
QSpinBox networkRedirectCacheTtlEdit;
|
||||
QSpinBox pixmapCacheEdit;
|
||||
QLabel pixmapCacheLabel;
|
||||
QCheckBox saveCardImagesToLocalStorageCheckBox;
|
||||
QLabel saveCardImagesToLocalStorageLabel;
|
||||
QLabel localCardImageStorageNamingSchemeLabel;
|
||||
QLineEdit *localCardImageStorageNamingSchemeLineEdit;
|
||||
};
|
||||
|
||||
class MessagesSettingsPage : public AbstractSettingsPage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue