fix: About dialog version display (1.0.7)

Pass app version and build id explicitly from Main.qml to AboutDialog
instead of relying on context properties inside the QML module scope.
Remove the confusing "Public beta" label.
This commit is contained in:
Sebastian Palencsar
2026-06-22 16:52:18 +02:00
parent 75ef65e1d8
commit 5eef320b5a
5 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
project(bearwave VERSION 1.0.6 LANGUAGES CXX)
project(bearwave VERSION 1.0.7 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)