perf: improve animation smoothness on Wayland
This commit is contained in:
@@ -66,6 +66,9 @@ ConfigStore::ConfigStore(QObject* parent) : QObject(parent) {
|
||||
if (!m_settings->contains(ConfigKeys::ImageCacheDuration)) {
|
||||
m_settings->setValue(ConfigKeys::ImageCacheDuration, "7");
|
||||
}
|
||||
if (!m_settings->contains(ConfigKeys::SnapshotNavigation)) {
|
||||
m_settings->setValue(ConfigKeys::SnapshotNavigation, true);
|
||||
}
|
||||
}
|
||||
|
||||
ConfigStore::~ConfigStore() {
|
||||
|
||||
Reference in New Issue
Block a user