Added a requirement to use GTK 3
This commit is contained in:
parent
efa7ecc09e
commit
7fb3b4fcf2
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ import os
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
import threading
|
import threading
|
||||||
|
import gi
|
||||||
|
gi.require_version('Gtk', '3.0')
|
||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue