edit prediction: Fix zeta: Rate completions
action not working when using keybinding (#24569)
Release Notes: - N/A
This commit is contained in:
parent
a1d4bd94c9
commit
8c349057e5
6 changed files with 6 additions and 25 deletions
|
@ -10,9 +10,9 @@ use settings::update_settings_file;
|
|||
use ui::App;
|
||||
use workspace::Workspace;
|
||||
|
||||
use crate::{onboarding_modal::ZedPredictModal, RateCompletionModal, RateCompletions};
|
||||
use crate::{onboarding_modal::ZedPredictModal, RateCompletionModal};
|
||||
|
||||
actions!(edit_predictions, [ResetOnboarding]);
|
||||
actions!(edit_prediction, [ResetOnboarding, RateCompletions]);
|
||||
|
||||
pub fn init(cx: &mut App) {
|
||||
cx.observe_new(move |workspace: &mut Workspace, _, _cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue