fix: remove analog progress animation

Use direct-width SwiftUI shape bars instead of native ProgressView controls
so increasing stick and trigger values update without delayed fill motion.

Co-Authored-By: openai/gpt-5.6-luna: replaced animated analog indicators
This commit is contained in:
portersky
2026-08-29 14:05:51 +02:00
parent 80746992f8
commit 822f3c61ad
2 changed files with 15 additions and 7 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.16 LANGUAGES CXX Swift)
project(xone_macos VERSION 0.1.17 LANGUAGES CXX Swift)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)