Skip to content

Commit

Permalink
revert: エンジン起動の警告を隠してたのをやめる
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Feb 8, 2025
1 parent 68ad7b4 commit 30c2bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EngineStartupOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}}
</div>

<template v-if="isEngineWaitingLong && !isVst">
<template v-if="isEngineWaitingLong">
<QSeparator spaced />
エンジン起動に時間がかかっています。<br />
<QBtn
Expand Down

0 comments on commit 30c2bca

Please sign in to comment.