Skip to content

Commit

Permalink
chore(keybinds): remove keybinds from experimental (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Feb 1, 2024
1 parent 7a4285c commit 8f80b58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/src/components/settings/sidebar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ pub fn Sidebar<'a>(cx: Scope<'a, Props<'a>>) -> Element<'a> {
routes.push(audio);
// routes.push(files);
routes.push(extensions);
if state.read().configuration.developer.experimental_features {
routes.push(keybinds);
}
routes.push(keybinds);
routes.push(accessibility);
routes.push(notifications);
routes.push(about);
Expand Down

0 comments on commit 8f80b58

Please sign in to comment.