mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
fix directml message
This commit is contained in:
parent
7e971e2cb7
commit
d702714c34
@ -0,0 +1 @@
|
|||||||
|
onnxdirectML-cuda
|
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
@ -0,0 +1 @@
|
|||||||
|
onnxdirectML-cuda
|
@ -76,8 +76,8 @@ export const StartingNoticeDialog = () => {
|
|||||||
const edition = appGuiSettingState.edition
|
const edition = appGuiSettingState.edition
|
||||||
const content = (
|
const content = (
|
||||||
<div className="body-row">
|
<div className="body-row">
|
||||||
{lang != "ja" || edition == "onnxdirectML-cuda" ? donationMessage : <></>}
|
{lang != "ja" || edition.indexOf("onnxdirectML-cuda") >= 0 ? donationMessage : <></>}
|
||||||
{lang != "ja" || edition == "onnxdirectML-cuda" ? directMLMessage : <></>}
|
{lang != "ja" || edition.indexOf("onnxdirectML-cuda") >= 0 ? directMLMessage : <></>}
|
||||||
{clickToStartMessage}
|
{clickToStartMessage}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user