added autostart for windows and autostart for devices

This commit is contained in:
2026-02-19 09:34:38 +01:00
parent e2b853840d
commit 486cf6d239
10 changed files with 290 additions and 19 deletions
+15
View File
@@ -279,3 +279,18 @@ nav {
color: #666;
padding: 2rem;
}
.auto-connect-label {
display: flex;
align-items: center;
gap: 0.3rem;
font-size: 0.8rem;
color: #888;
cursor: pointer;
user-select: none;
}
.auto-connect-label input[type="checkbox"] {
accent-color: #00d4ff;
cursor: pointer;
}