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():
|
if is_quartz():
|
||||||
try:
|
try:
|
||||||
|
gi.require_version('GtkosApplication', '1.0')
|
||||||
from gi.repository import GtkosxApplication as QuartzApp
|
from gi.repository import GtkosxApplication as QuartzApp
|
||||||
_GTKOSXAPPLICATION = True
|
_GTKOSXAPPLICATION = True
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user