gui improvement

This commit is contained in:
wataru 2023-05-04 12:37:48 +09:00
parent 4e03b34f51
commit b12c042bd8
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@ export const ModelSwitchRow = (_props: ModelSwitchRowProps) => {
const embedstr = x.embChannels
const typestr = x.modelType == 0 ? "org" : "webui"
const metadata = x.deprecated ? "[deprecated version]" : `[${f0str},${srstr},${embedstr},${typestr}]`
const displayName = `[${metadata}] ${filename}`
const displayName = `${metadata} ${filename}`
return (