mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 05:59:50 +00:00
fix(desktop): conditionally show review pane toggle
This commit is contained in:
parent
9e96d83164
commit
3aca9e5fa5
2 changed files with 32 additions and 31 deletions
|
|
@ -226,8 +226,7 @@ export default function Page() {
|
|||
title: "Toggle review",
|
||||
description: "Show or hide the review panel",
|
||||
category: "View",
|
||||
keybind: "mod+b",
|
||||
slash: "review",
|
||||
keybind: "mod+shift+r",
|
||||
onSelect: () => layout.review.toggle(),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue