WIP: Compiling, many warnings, haven't tested

This commit is contained in:
Nathan Sobo 2023-04-12 12:54:24 -06:00
parent 25ad635577
commit b89c4e06be
4 changed files with 34 additions and 32 deletions

View file

@ -388,6 +388,7 @@ impl AsyncAppContext {
self.update_window(window_id, |cx| cx.activate_window());
}
// TODO: Can we eliminate this method and move it to WindowContext then call it with update_window?s
pub fn prompt(
&mut self,
window_id: usize,