mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Kill auto-pause
This commit is contained in:
parent
939488bf5b
commit
2292900acf
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
||||||
>Manually save</FeedbackButton
|
>Manually save</FeedbackButton
|
||||||
>
|
>
|
||||||
<Toggle v-if="projInfo.enablePausing" :title="isPausedTitle" v-model="isPaused" />
|
<Toggle v-if="projInfo.enablePausing" :title="isPausedTitle" v-model="isPaused" />
|
||||||
<Toggle :title="autoPauseTitle" v-model="autoPause" />
|
|
||||||
</div>
|
</div>
|
||||||
<div v-if="isTab('appearance')">
|
<div v-if="isTab('appearance')">
|
||||||
<Select :title="themeTitle" :options="themes" v-model="theme" />
|
<Select :title="themeTitle" :options="themes" v-model="theme" />
|
||||||
|
|
Loading…
Reference in a new issue