From 7265ae39d822caff5f5fea31997e7515be63adf8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:30:21 +1000 Subject: internal: force threaded render loop Fixes #153 Fixes caelestia-dots/caelestia#118 Closes caelestia-dots/caelestia#137 --- shell.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index b5c2c9d..8a83573 100644 --- a/shell.qml +++ b/shell.qml @@ -1,4 +1,5 @@ //@ pragma Env QS_NO_RELOAD_POPUP=1 +//@ pragma Env QSG_RENDER_LOOP=threaded //@ pragma Env QT_QUICK_FLICKABLE_WHEEL_DECELERATION=10000 import "modules" -- cgit v1.2.3-freya