pet menu persistence
This commit is contained in:
@@ -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
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user