Skip to content

Commit 6337cfc

Browse files
committed
fix test
1 parent e6021fe commit 6337cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/gpui/src/platform/linux/platform.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,10 @@ impl<P: LinuxClient + 'static> Platform for P {
485485
// todo(linux)
486486
}
487487

488+
fn set_tray(&self, mut tray: Tray, menu: Option<Vec<MenuItem>>, keymap: &Keymap) {
489+
// todo(linux)
490+
}
491+
488492
fn path_for_auxiliary_executable(&self, _name: &str) -> Result<PathBuf> {
489493
Err(anyhow::Error::msg(
490494
"Platform<LinuxPlatform>::path_for_auxiliary_executable is not implemented yet",

0 commit comments

Comments
 (0)