Route UI state save through platform services
This commit is contained in:
@@ -292,6 +292,11 @@ std::vector<std::string> App::document_browse_roots() const
|
||||
return active_platform_services().document_browse_roots(work_path, data_path);
|
||||
}
|
||||
|
||||
void App::save_platform_ui_state()
|
||||
{
|
||||
active_platform_services().save_ui_state();
|
||||
}
|
||||
|
||||
bool App::platform_enables_live_asset_reloading()
|
||||
{
|
||||
return active_platform_services().enables_live_asset_reloading();
|
||||
|
||||
Reference in New Issue
Block a user