fix: disable analog monitor animation

Render stick and trigger progress values without implicit SwiftUI animation
so rapid controller reports are not displayed as delayed movement.

Co-Authored-By: openai/gpt-5.6-luna: removed analog display smoothing
This commit is contained in:
portersky
2026-08-29 14:04:18 +02:00
parent fce373fea8
commit 80746992f8
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if(NOT CMAKE_GENERATOR MATCHES "^(Ninja|Xcode)$")
endif()
cmake_minimum_required(VERSION 3.21)
project(xone_macos VERSION 0.1.15 LANGUAGES CXX Swift)
project(xone_macos VERSION 0.1.16 LANGUAGES CXX Swift)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)