mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
Merge 26927dab25
into e4b7543ffa
This commit is contained in:
commit
369dd6540e
1 changed files with 6 additions and 0 deletions
|
@ -1475,6 +1475,12 @@ def start(input_dirpath):
|
|||
|
||||
app.setFont( QFont('NotoSans'))
|
||||
|
||||
app.setStyleSheet("""QToolTip {
|
||||
background-color: white;
|
||||
color: black;
|
||||
border: black solid 1px
|
||||
}""")
|
||||
|
||||
QUIConfig.initialize()
|
||||
QStringDB.initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue