mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-07 09:54:56 +01:00
fix(desktop): session show more hidden on new session
This commit is contained in:
@@ -216,7 +216,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
|
|||||||
setStore("limit", (x) => x + count)
|
setStore("limit", (x) => x + count)
|
||||||
await load.session()
|
await load.session()
|
||||||
},
|
},
|
||||||
more: createMemo(() => store.session.length === store.limit),
|
more: createMemo(() => store.session.length >= store.limit),
|
||||||
},
|
},
|
||||||
load,
|
load,
|
||||||
absolute,
|
absolute,
|
||||||
|
|||||||
Reference in New Issue
Block a user