summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/moapplication.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp
index 4a6585dd..2e3af26e 100644
--- a/src/moapplication.cpp
+++ b/src/moapplication.cpp
@@ -160,6 +160,8 @@ MOApplication::MOApplication(int& argc, char** argv)
{
TimeThis tt("MOApplication()");
+ qputenv("QML_DISABLE_DISK_CACHE", "true");
+
connect(&m_styleWatcher, &QFileSystemWatcher::fileChanged, [&](auto&& file){
log::debug("style file '{}' changed, reloading", file);
updateStyle(file);