mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-29 20:47:23 +09:00
Settings page save settings, refactor
This commit is contained in:
@@ -135,4 +135,13 @@ namespace gsr {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const std::string RadioButton::get_selected_id() const {
|
||||
if(items.empty()) {
|
||||
static std::string dummy;
|
||||
return dummy;
|
||||
} else {
|
||||
return items[selected_item].id;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user