This commit is contained in:
Claudio Sánchez 2024-11-21 01:55:13 +00:00 committed by GitHub
commit 369dd6540e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()