Added api support to show match codes first to url auth box.

This commit is contained in:
23rd
2026-02-25 07:45:00 +03:00
committed by John Preston
parent 6327bac6c2
commit c1ec676262
4 changed files with 219 additions and 149 deletions
+4
View File
@@ -806,6 +806,10 @@ backgroundConfirmCancel: RoundButton(backgroundConfirm) {
color: shadowFg;
}
}
urlAuthBox: Box(defaultBox) {
buttonPadding: margins(0px, 0px, 0px, 12px);
buttonHeight: 0px;
}
urlAuthCheckbox: Checkbox(defaultBoxCheckbox) {
width: 240px;
}