Fix: Remove invalid 'show' param from ui.run_with(), fix mypy errors in cache.py, fix docker-compose volume mount

This commit is contained in:
Bu5hm4nn
2026-03-23 19:56:19 +01:00
parent e3b2b6213f
commit e727f216ae
3 changed files with 8 additions and 8 deletions

View File

@@ -162,7 +162,6 @@ ui.run_with(
app,
mount_path=settings.nicegui_mount_path,
storage_secret=settings.nicegui_storage_secret,
show=False,
)