diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-30 17:05:49 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-30 17:05:49 +1000 |
| commit | 95bf6e3f52e539e4883d30beed5b9044c39c0127 (patch) | |
| tree | cdc13d20a10ca6e7272a162564ae3c7be6855774 /plugin/src/Caelestia/cachingimagemanager.hpp | |
| parent | plugin/cim: respect image fill mode (diff) | |
| download | caelestia-shell-95bf6e3f52e539e4883d30beed5b9044c39c0127.tar.gz caelestia-shell-95bf6e3f52e539e4883d30beed5b9044c39c0127.tar.bz2 caelestia-shell-95bf6e3f52e539e4883d30beed5b9044c39c0127.zip | |
plugin/cim: fix cache path
Different cache paths for different fill modes
Diffstat (limited to 'plugin/src/Caelestia/cachingimagemanager.hpp')
| -rw-r--r-- | plugin/src/Caelestia/cachingimagemanager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/cachingimagemanager.hpp b/plugin/src/Caelestia/cachingimagemanager.hpp index b9bfb7f..ddb14d0 100644 --- a/plugin/src/Caelestia/cachingimagemanager.hpp +++ b/plugin/src/Caelestia/cachingimagemanager.hpp @@ -55,6 +55,6 @@ private: [[nodiscard]] int effectiveWidth() const; [[nodiscard]] int effectiveHeight() const; - void createCache(const QString& path, const QString& cache, const QSize& size) const; + void createCache(const QString& path, const QString& cache, const QString& fillMode, const QSize& size) const; [[nodiscard]] QString sha256sum(const QString& path) const; }; |