mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-24 03:06:45 +03:00
font fix
This commit is contained in:
parent
f847c5e8bc
commit
4730abfe44
@ -42,7 +42,7 @@ else:
|
||||
if sys.platform == 'darwin':
|
||||
from platform import mac_ver
|
||||
if tuple(mac_ver()[0].split('.')) >= (10, 9):
|
||||
QtGui.QFont.insertSubstitution(".Lucida Grande UI", "Lucida Grande")
|
||||
QtGui.QFont.insertSubstitution(".Lucida Grande UI", "LucidaGrande")
|
||||
|
||||
|
||||
QtCore.QCoreApplication.setOrganizationName('Yubico')
|
||||
|
Loading…
Reference in New Issue
Block a user