added autostart for windows and autostart for devices
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user