We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbdf3d commit 44663ecCopy full SHA for 44663ec
crates/gpui/src/platform/windows/platform.rs
@@ -947,7 +947,7 @@ impl WindowsPlatformInner {
947
.get(&menu_id)
948
.map(|action| action.boxed_clone())
949
else {
950
- log::error!("Tray menu for index {:?} not found", menu_id);
+ log::error!("Tray menu_id: {:?} not found", menu_id);
951
return Some(1);
952
};
953
self.with_callback(
0 commit comments