Properly update replay recording status in ui when showing/hiding ui

This commit is contained in:
dec05eba
2025-04-26 14:28:25 +02:00
parent 5a17aae0ab
commit 5a32c469d3
3 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.5.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
project('gsr-ui', ['c', 'cpp'], version : '1.5.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])