Option to overwrite downloads.

- Added overwrite to GUI.
- Factored out wrapper for creation $checkbox.
This commit is contained in:
Christian Bastian
2024-02-19 23:38:34 -05:00
parent 48d5757d2b
commit b3f00dd60f
2 changed files with 68 additions and 56 deletions

View File

@@ -420,11 +420,13 @@
}
/* model manager settings */
.model-manager .model-manager-settings > div {
.model-manager .model-manager-settings > div,
.model-manager .model-manager-settings > label {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
margin: 16px 0;
}
.model-manager .model-manager-settings button {