pet menu persistence

This commit is contained in:
2026-01-07 01:46:46 +08:00
parent 6cadedf0e6
commit 77472d43f8
4 changed files with 89 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ use crate::{
},
cursor::start_cursor_tracking,
doll_editor::open_doll_editor_window,
scene::{open_splash_window, set_scene_interactive},
scene::{open_splash_window, set_pet_menu_state, set_scene_interactive},
},
state::{init_app_data, init_app_data_scoped, AppDataRefreshScope, FDOLL},
};
@@ -425,6 +425,7 @@ pub fn run() {
open_client_config_manager,
open_doll_editor_window,
set_scene_interactive,
set_pet_menu_state,
start_auth_flow,
logout_and_restart
])