fix: enable container dialog opening by uncommenting openWithStatus call

This commit is contained in:
2025-06-10 13:31:31 +00:00
parent 56a02b62cf
commit a4cad6b79c
+1 -1
View File
@@ -54,7 +54,7 @@ chatInputField.autoCompletions = {
"/live": () => { chatInputField.liveType = !chatInputField.liveType; }, "/live": () => { chatInputField.liveType = !chatInputField.liveType; },
"/help": showHelp, "/help": showHelp,
"/container": async() =>{ "/container": async() =>{
//containerDialog.openWithStatus() containerDialog.openWithStatus()
} }
}; };