Route UI state save through platform services

This commit is contained in:
2026-06-04 16:48:57 +02:00
parent 7d992931d9
commit dc369c89b0
11 changed files with 47 additions and 12 deletions

View File

@@ -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__)