This commit is contained in:
retoor 2025-06-10 15:31:31 +02:00
parent 3a8703d3c6
commit 351fef504c

View File

@ -54,7 +54,7 @@ chatInputField.autoCompletions = {
"/live": () => { chatInputField.liveType = !chatInputField.liveType; },
"/help": showHelp,
"/container": async() =>{
//containerDialog.openWithStatus()
containerDialog.openWithStatus()
}
};