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:
@@ -162,7 +162,6 @@ ui.run_with(
|
||||
app,
|
||||
mount_path=settings.nicegui_mount_path,
|
||||
storage_secret=settings.nicegui_storage_secret,
|
||||
show=False,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user