Fix GI version check warning on GtkosxApplication.
This commit is contained in:
parent
6b2f7aea64
commit
c5ddeeca5e
@ -101,6 +101,7 @@ from .managedwindow import ManagedWindow
|
||||
#-------------------------------------------------------------------------
|
||||
if is_quartz():
|
||||
try:
|
||||
gi.require_version('GtkosApplication', '1.0')
|
||||
from gi.repository import GtkosxApplication as QuartzApp
|
||||
_GTKOSXAPPLICATION = True
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user