Fix controller double click not working sometimes

This commit is contained in:
dec05eba
2025-01-23 21:49:07 +01:00
parent 1d9d4d6398
commit 5b84d7421f
3 changed files with 16 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ datadir = get_option('datadir')
gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui')
add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
add_project_arguments('-DGSR_FLATPAK_VERSION="5.0.10"', language: ['c', 'cpp'])
add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.0"', language: ['c', 'cpp'])
executable(
meson.project_name(),