Add Anonymous mode

This commit is contained in:
kradchen
2023-09-15 11:42:40 +08:00
parent 6c5734396a
commit 3799130487
20 changed files with 467 additions and 116 deletions

View File

@@ -700,6 +700,9 @@ QWidget#SearchCriteriaForm QPushButton {
min-height: 56px;
max-height: 56px;
}
QWidget#SearchCriteriaForm QPushButton:disabled {
color:#505050;
}