Add disabled switch tab while preview.

This commit is contained in:
sunwen
2023-11-21 15:09:23 +08:00
parent 00f239f322
commit 4d6b90b951
2 changed files with 27 additions and 0 deletions

View File

@@ -1036,3 +1036,8 @@ QLabel#resetCode {
stop: 1.0 darkgray);
}
QTabBar::tab::disabled {
color: #606060;
background: #3c3c3c
}