Separate VIP tools from CPU

This commit is contained in:
Simon Gellis 2025-02-23 22:48:30 -05:00
parent 6ab9d2ee53
commit 49343b6903
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ impl GameWindow {
.unwrap(); .unwrap();
ui.close_menu(); ui.close_menu();
} }
ui.separator();
if ui.button("Character Data").clicked() { if ui.button("Character Data").clicked() {
self.proxy self.proxy
.send_event(UserEvent::OpenCharacterData(self.sim_id)) .send_event(UserEvent::OpenCharacterData(self.sim_id))