diff --git a/crates/gpui/src/app.rs b/crates/gpui/src/app.rs index 0db83599e4..ac33bd8363 100644 --- a/crates/gpui/src/app.rs +++ b/crates/gpui/src/app.rs @@ -1168,7 +1168,7 @@ impl AppContext { self.platform.set_menus(menus, &self.keymap.borrow()); } - /// Sets the menu bar for this application. This will replace any existing menu bar. + /// Gets the menu bar for this application. pub fn get_menus(&self) -> Option> { self.platform.get_menus() }