Route UI state save through platform services
This commit is contained in:
@@ -313,6 +313,13 @@ public:
|
||||
#endif
|
||||
}
|
||||
|
||||
void save_ui_state() override
|
||||
{
|
||||
#ifdef __OSX__
|
||||
[App::I->osx_app save_ui_state];
|
||||
#endif
|
||||
}
|
||||
|
||||
[[nodiscard]] bool enables_live_asset_reloading() override
|
||||
{
|
||||
#if defined(__OSX__)
|
||||
|
||||
Reference in New Issue
Block a user