configure_graphics: More complete reimplementation

This commit is contained in:
lat9nq
2023-05-08 10:04:44 -04:00
parent 3a7a5edcea
commit 9a844bbf0c
4 changed files with 113 additions and 345 deletions

View File

@ -54,7 +54,8 @@ std::pair<QWidget*, void*> CreateWidget(Settings::BasicSetting* setting,
bool runtime_lock,
std::forward_list<std::function<void(bool)>>& apply_funcs,
std::list<CheckState>& trackers,
RequestType request = RequestType::Default);
RequestType request = RequestType::Default,
bool managed = true);
// Global-aware apply and set functions