Added download notes checkbox to download tab for better clarity.

- Disabled label element pointer events globally.
- Added missing documented object members to SettingsView.elements.
This commit is contained in:
Christian Bastian
2024-07-21 14:59:18 -04:00
parent 55ddaa19bd
commit 7828ab1a66
3 changed files with 20 additions and 10 deletions

View File

@@ -601,11 +601,11 @@
margin: 16px 0;
}
.model-manager .model-manager-settings > label {
.model-manager label {
pointer-events: none;
}
.model-manager .model-manager-settings > label > * {
.model-manager label > * {
pointer-events: auto;
}