remember sidebar position

This commit is contained in:
Dax Raad
2025-11-01 11:40:21 -04:00
parent fe38e3ab02
commit 9e49870118
6 changed files with 39 additions and 32 deletions

View File

@@ -76,7 +76,7 @@ export function DialogSessionList() {
},
},
{
keybind: Keybind.parse("r")[0],
keybind: Keybind.parse("ctrl+r")[0],
title: "rename",
onTrigger: async (option) => {
dialog.replace(() => <DialogSessionRename session={option.value} />)