Add confirm_quit setting

This commit is contained in:
Max Brunsfeld 2023-01-20 13:02:38 -08:00
parent be2c601176
commit 2f42af2ac3
5 changed files with 31 additions and 13 deletions

View file

@ -989,7 +989,7 @@ impl MutableAppContext {
window.toggle_full_screen();
}
fn prompt(
pub fn prompt(
&self,
window_id: usize,
level: PromptLevel,