Remove beta tag from cursor keymap (#36061)
Release Notes: - N/A Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
parent
bfbb18476f
commit
42b7dbeaee
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ impl BaseKeymap {
|
|||
("Sublime Text", Self::SublimeText),
|
||||
("Emacs (beta)", Self::Emacs),
|
||||
("TextMate", Self::TextMate),
|
||||
("Cursor (beta)", Self::Cursor),
|
||||
("Cursor", Self::Cursor),
|
||||
];
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
|
@ -54,7 +54,7 @@ impl BaseKeymap {
|
|||
("JetBrains", Self::JetBrains),
|
||||
("Sublime Text", Self::SublimeText),
|
||||
("Emacs (beta)", Self::Emacs),
|
||||
("Cursor (beta)", Self::Cursor),
|
||||
("Cursor", Self::Cursor),
|
||||
];
|
||||
|
||||
pub fn asset_path(&self) -> Option<&'static str> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue