fix: column lose state when navigate back

This commit is contained in:
reya
2024-05-23 08:00:33 +07:00
parent 3a3f960dde
commit dc7762ca11
12 changed files with 10238 additions and 7717 deletions

View File

@@ -1,16 +1,16 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"windows": [
{
"title": "Lume",
"label": "main",
"titleBarStyle": "Overlay",
"width": 500,
"height": 800,
"minWidth": 500,
"minHeight": 800
}
]
}
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"windows": [
{
"title": "Lume",
"label": "main",
"titleBarStyle": "Overlay",
"width": 500,
"height": 800,
"minWidth": 500,
"minHeight": 800
}
]
}
}