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

@@ -24,7 +24,6 @@ namespace gsr {
private:
mgl::vec2f size;
mgl::Color bg_color;
bool mouse_inside = false;
mgl::Text text;
};
}