We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67efc5 commit ce424f3Copy full SHA for ce424f3
src/gui/src/components/simulator/Simulator.vue
@@ -661,8 +661,8 @@ function toInt16(value: number) {
661
:label="sim.running ? 'Pause' : 'Play'"
662
@click="toggleSimulator('run')"
663
>
664
- <MdiPause v-if="sim.running" />
665
- <MdiPlay v-else />
+ <MdiPause v-show="sim.running" />
+ <MdiPlay v-show="!sim.running" />
666
</nav-icon>
667
<nav-icon
668
label="Reload Object Files"
0 commit comments