From 4717c64b03bacb87497fa10de348b6c3f8fcd30e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 4 Dec 2025 20:16:53 +0100 Subject: [PATCH] Update flatpak version reference --- TODO | 4 +++- meson.build | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 0ac5e8d..c81a0fd 100644 --- a/TODO +++ b/TODO @@ -246,4 +246,6 @@ Remove all mgl::Clock usage in Overlay. We only need to get the time once per up Handle stopping replay/stream when recording is running (show notification that the video is saved and move the video to folder with game name). -Support translations. \ No newline at end of file +Support translations. + +Apply patch from email that adds support for launching screenshot image with external program, such as kolourpaint. Or implement simple video/image editing in gsr ui. diff --git a/meson.build b/meson.build index 922a220..c0446c0 100644 --- a/meson.build +++ b/meson.build @@ -66,7 +66,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.9.0"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.9.1"', language: ['c', 'cpp']) executable( meson.project_name(),