aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-rw-r--r--meson.build2
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 2e562b5..4bf57f7 100644
--- a/TODO
+++ b/TODO
@@ -161,4 +161,6 @@ Support cjk font. Use fc-match to find the location of the font. This also works
Keyboard layout is incorrect on wayland when using kde plasma keyboard settings to setup multiple keyboards, for example when changing to french.
Text input is correct, but hotkey is incorrect.
- Need to use "setxkbmap fr" as well. \ No newline at end of file
+ Need to use "setxkbmap fr" as well.
+
+Allow to configure replay by disk space as well. When changing bitrate change an editable field that says the disk space, and when changing that disk space field then change the bitrate or duration.
diff --git a/meson.build b/meson.build
index 5285197..0264e72 100644
--- a/meson.build
+++ b/meson.build
@@ -61,7 +61,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.4.0"', language: ['c', 'cpp'])
+add_project_arguments('-DGSR_FLATPAK_VERSION="5.5.0"', language: ['c', 'cpp'])
executable(
meson.project_name(),