mirror of
https://github.com/wled/WLED.git
synced 2026-04-25 16:42:44 +00:00
Remove default checked state from versionSaveChoice
This commit is contained in:
@@ -3397,7 +3397,7 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) {
|
||||
</p>
|
||||
<div style="margin-top:15px;margin-bottom:15px;">
|
||||
<label style="display:flex;align-items:center;gap:8px;color:var(--c-f);cursor:pointer;">
|
||||
<input type="checkbox" id="versionSaveChoice" checked style="cursor:pointer;">
|
||||
<input type="checkbox" id="versionSaveChoice" style="cursor:pointer;">
|
||||
<span>Save my choice for future updates</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user