From a1abe8d33c10387fe8700abce243d0e06cd6983a Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 3 Apr 2023 21:46:30 -0700 Subject: [PATCH] fixup! fixup! removed copilot from generated schema and command palette --- crates/staff_mode/src/staff_mode.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/staff_mode/src/staff_mode.rs b/crates/staff_mode/src/staff_mode.rs index 4d35a257ed..3dbd6c2500 100644 --- a/crates/staff_mode/src/staff_mode.rs +++ b/crates/staff_mode/src/staff_mode.rs @@ -31,6 +31,7 @@ pub fn staff_mode( } /// 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( cx: &mut MutableAppContext, init: F,