zeta: Fix data collection display on the status bar menu (#24177)
Danilo Leal
created
Follow-up to: https://github.com/zed-industries/zed/pull/24031
This PR adds a new function that allows the UI also to display the state
of the data collection. Previously, we only showed that if the project
adhered to the `is_open_source` condition. Now, we show it for all
projects.
Release Notes:
- N/A
@@ -429,7 +429,7 @@ impl InlineCompletionButton {
menu = menu
.separator()
.header("Help Improve The Model")
- .header("For OSS Projects Only");
+ .header("Valid Only For OSS Projects");
menu = menu.item(
// TODO: We want to add something later that communicates whether
// the current project is open-source.