Fix missing ui library
This commit is contained in:
parent
2d99a34330
commit
29edbfaeaf
|
@ -10,6 +10,7 @@ import goldwarden
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
import subprocess
|
import subprocess
|
||||||
import components
|
import components
|
||||||
|
import os
|
||||||
|
|
||||||
class SettingsWinvdow(Gtk.ApplicationWindow):
|
class SettingsWinvdow(Gtk.ApplicationWindow):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue