fixup! fixup! removed copilot from generated schema and command palette

This commit is contained in:
Mikayla Maki 2023-04-03 21:46:30 -07:00
parent ae6a671fea
commit a1abe8d33c

View File

@ -31,6 +31,7 @@ pub fn staff_mode<F: FnMut(&mut MutableAppContext) + 'static>(
}
/// Immediately checks and runs the init function if the staff mode is not enabled.
/// This is only included for symettry with staff_mode() above
pub fn not_staff_mode<F: FnOnce(&mut MutableAppContext) + 'static>(
cx: &mut MutableAppContext,
init: F,