mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +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
|
||||
>
|
||||
<Toggle v-if="projInfo.enablePausing" :title="isPausedTitle" v-model="isPaused" />
|
||||
<Toggle :title="autoPauseTitle" v-model="autoPause" />
|
||||
</div>
|
||||
<div v-if="isTab('appearance')">
|
||||
<Select :title="themeTitle" :options="themes" v-model="theme" />
|
||||
|
|
Loading…
Reference in a new issue