mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-06 23:06:24 +09:00
Add application audio option
This commit is contained in:
@@ -22,6 +22,10 @@ namespace gsr {
|
||||
text.set_string(std::move(str));
|
||||
}
|
||||
|
||||
const std::string& Label::get_text() const {
|
||||
return text.get_string();
|
||||
}
|
||||
|
||||
mgl::vec2f Label::get_size() {
|
||||
if(!visible)
|
||||
return {0.0f, 0.0f};
|
||||
|
||||
Reference in New Issue
Block a user