fix: extension name and icon (#2771)
This commit is contained in:
@@ -72,7 +72,7 @@ async def stop_extension_background_work(ext_id: str) -> bool:
|
||||
Extensions SHOULD expose a `api_stop()` function.
|
||||
"""
|
||||
upgrade_hash = settings.extension_upgrade_hash(ext_id)
|
||||
ext = Extension(ext_id, True, upgrade_hash=upgrade_hash)
|
||||
ext = Extension(code=ext_id, is_valid=True, upgrade_hash=upgrade_hash)
|
||||
|
||||
try:
|
||||
logger.info(f"Stopping background work for extension '{ext.module_name}'.")
|
||||
|
||||
Reference in New Issue
Block a user