Explorar o código

fix: session nav on homepage

Adam hai 2 meses
pai
achega
5388192aac
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/desktop/src/pages/layout.tsx

+ 0 - 2
packages/desktop/src/pages/layout.tsx

@@ -194,7 +194,6 @@ export default function Layout(props: ParentProps) {
       title: "Previous session",
       category: "Session",
       keybind: "alt+arrowup",
-      disabled: !params.dir,
       onSelect: () => navigateSessionByOffset(-1),
     },
     {
@@ -202,7 +201,6 @@ export default function Layout(props: ParentProps) {
       title: "Next session",
       category: "Session",
       keybind: "alt+arrowdown",
-      disabled: !params.dir,
       onSelect: () => navigateSessionByOffset(1),
     },
     {