mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 14:30:45 +09:00
Load settings from config file
This commit is contained in:
@@ -119,6 +119,10 @@ namespace gsr {
|
||||
widgets.remove(widget);
|
||||
}
|
||||
|
||||
void List::clear() {
|
||||
widgets.clear();
|
||||
}
|
||||
|
||||
void List::for_each_child_widget(std::function<bool(std::unique_ptr<Widget> &widget)> callback) {
|
||||
widgets.for_each(callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user