Make MutableAppContext::prompt private

...as we're supposed to call this method only via ViewContext.
This commit is contained in:
Antonio Scandurra 2021-05-12 11:57:05 +02:00
parent 62403343fa
commit 2eff936154

View file

@ -578,7 +578,7 @@ impl MutableAppContext {
self.platform.set_menus(menus);
}
pub fn prompt<F>(
fn prompt<F>(
&self,
window_id: usize,
level: PromptLevel,