Separate VIP tools from CPU
This commit is contained in:
parent
6ab9d2ee53
commit
49343b6903
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue