fix(desktop): conditionally show review pane toggle

This commit is contained in:
Adam 2025-12-24 05:22:21 -06:00
parent 9e96d83164
commit 3aca9e5fa5
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 32 additions and 31 deletions

View file

@ -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(),
},
{