Fix missing ui library

This commit is contained in:
Bernd Schoolmann 2023-12-28 14:06:02 +01:00
parent 2d99a34330
commit 29edbfaeaf
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import goldwarden
from threading import Thread
import subprocess
import components
import os
class SettingsWinvdow(Gtk.ApplicationWindow):
def __init__(self, *args, **kwargs):