remember sidebar position

This commit is contained in:
Dax Raad
2025-11-01 11:40:21 -04:00
parent 42212bce8a
commit 1ddbb7e11f
6 changed files with 39 additions and 32 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ function App() {
createEffect(() => {
const providerID = local.model.current().providerID
if (providerID === "openrouter" && !kv.data.openrouter_warning) {
if (providerID === "openrouter" && !kv.get("openrouter_warning", false)) {
untrack(() => {
DialogAlert.show(
dialog,