mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-03-13 19:34:02 +03:00
gui improvement
This commit is contained in:
parent
4e03b34f51
commit
b12c042bd8
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user