summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-26 17:23:28 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-26 17:23:28 +0100
commit60488d722bf29f3ff0ce3e08b90f30523a8d7b6d (patch)
treec2e01243d8a0d970c35e250b66a66a226ab230dc /include/config.hpp
parent5e06ad208e32330b662af90ce41613f5421095cb (diff)
loading animations and block navigation while writing to disk
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.hpp b/include/config.hpp
index 76b8022..05659e8 100644
--- a/include/config.hpp
+++ b/include/config.hpp
@@ -16,6 +16,8 @@
#pragma once
+#define WRITE_DELAY_SEC 0
+
#include "stdint.h"
#include "imgui.h"