summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/context
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-15 18:14:30 -0500
committerDax Raad <[email protected]>2025-12-15 18:14:33 -0500
commitdbbcf0b8d041245a8b8feeff159d0bb9801b9924 (patch)
tree714e316b5f6af31518a4243317a0c3293de5a10f /packages/desktop/src/context
parentefac8cebb3e3b5abb9672d7973aa508e9d9ef0d4 (diff)
downloadopencode-dbbcf0b8d041245a8b8feeff159d0bb9801b9924.tar.gz
opencode-dbbcf0b8d041245a8b8feeff159d0bb9801b9924.zip
tui: fix model selection dialog to properly replace current dialog instead of creating nested dialogs
Diffstat (limited to 'packages/desktop/src/context')
-rw-r--r--packages/desktop/src/context/notification.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src/context/notification.tsx b/packages/desktop/src/context/notification.tsx
index 9843066ea..839ebfad7 100644
--- a/packages/desktop/src/context/notification.tsx
+++ b/packages/desktop/src/context/notification.tsx
@@ -58,6 +58,7 @@ export const { use: useNotification, provider: NotificationProvider } = createSi
time: Date.now(),
viewed: false,
}
+ console.log(event)
switch (event.type) {
case "session.idle": {
const sessionID = event.properties.sessionID