Separate VIP tools from CPU
This commit is contained in:
parent
6ab9d2ee53
commit
49343b6903
|
@ -132,6 +132,7 @@ impl GameWindow {
|
|||
.unwrap();
|
||||
ui.close_menu();
|
||||
}
|
||||
ui.separator();
|
||||
if ui.button("Character Data").clicked() {
|
||||
self.proxy
|
||||
.send_event(UserEvent::OpenCharacterData(self.sim_id))
|
||||
|
|
Loading…
Reference in New Issue