mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
renaming indicators
This commit is contained in:
parent
e23824367a
commit
6db4d752ba
1 changed files with 12 additions and 6 deletions
|
@ -38,18 +38,24 @@
|
|||
<p class="title"><strong>Add a program to the startup</strong></p>
|
||||
<p class="desc">EverNasa will automatically start when you log in.</p>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="startupSwitch">
|
||||
<label class="form-check-label" for="startupText" id="startupText">Off</label>
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="settings_startupSwitch">
|
||||
<label class="form-check-label" for="settings_startupTogglerName" id="settings_startupTogglerName">Off</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settings">
|
||||
<p class="title"><strong>Auto-change of desktop wallpaper</strong></p>
|
||||
<p class="desc">EveryNasa will automatically change the desktop wallpaper at startup as well as every day</p>
|
||||
<p class="desc">EveryNasa will automatically change the desktop wallpaper at startup as well as every day.</p>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="autosetWallpaperSwitch">
|
||||
<label class="form-check-label" for="autosetWallpaperText" id="autosetWallpaperText">Off</label>
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="settings_autoSetWallpaperSwitch">
|
||||
<label class="form-check-label" for="settings_autoSetWallpaperTogglerName" id="settings_autoSetWallpaperTogglerName">Off</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settings">
|
||||
<p class="title"><strong>Create an application shortcut</strong></p>
|
||||
<p class="desc">EveryNasa will create an application shortcut on your desktop.</p>
|
||||
<button type="button" class="btn btn-outline-primary" id="createLabelButton">Create</button>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
</div>
|
||||
<div class="toast-container position-fixed bottom-0 end-0 p-3">
|
||||
|
@ -65,6 +71,6 @@
|
|||
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js" integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz" crossorigin="anonymous"></script>
|
||||
<script src="/static/scripts/switch.js" type="application/javascript"></script>
|
||||
<script src="/static/scripts/update.js" type="application/javascript"></script>
|
||||
<script src="/static/scripts/createLabel.js" type="application/javascript"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue