Copy Config from gpu-screen-recorder-gtk, make it more modern and efficient with string_view and variant, use string_view in gsr info parsing

This commit is contained in:
dec05eba
2024-08-06 05:57:21 +02:00
parent b778fd7cc6
commit 9f1fddc47c
10 changed files with 505 additions and 77 deletions

View File

@@ -19,6 +19,8 @@ src = [
'src/gui/Utils.cpp',
'src/gui/DropdownButton.cpp',
'src/gui/Label.cpp',
'src/Utils.cpp',
'src/Config.cpp',
'src/GsrInfo.cpp',
'src/Process.cpp',
'src/main.cpp',