Add sample image option (#136)

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Reviewed-on: #136
This commit is contained in:
2024-03-13 17:19:44 -07:00
parent 4756f49423
commit f39c811e40
7 changed files with 46 additions and 11 deletions

View File

@@ -18,6 +18,10 @@
<span style="margin-left: 16px;">Use mini ALVINN<f7-icon size="16" style="padding-left: 5px;" f7="question_diamond_fill" tooltip="faster, less accurate: recommended for slower devices" /></span>
<f7-toggle v-model:checked="otherSettings.mini" style="margin-right: 16px;" />
</div>
<div style="display:flex; justify-content:space-between; width: 100%; margin-bottom: 10px;">
<span style="margin-left: 16px;">Enable demo mode</span>
<f7-toggle v-model:checked="otherSettings.demo" style="margin-right: 16px;" />
</div>
<div style="display:flex; justify-content:space-between; width: 100%">
<span style="margin-left: 16px;">Use external server</span>
<f7-toggle v-model:checked="serverSettings.use" style="margin-right: 16px;" />