mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-04 14:00:46 +09:00
Add widgets for settings page, add list to auto position widgets
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace gsr {
|
||||
void Page::add_widget(std::unique_ptr<Widget> widget) {
|
||||
widget->parent_widget = this;
|
||||
widgets.push_back(std::move(widget));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user