mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Pass config file for app to configure screen
This commit is contained in:
@@ -15,8 +15,9 @@ class ConfigureScreen(QtWidgets.QDialog):
|
||||
3. Save the configuration to khoj.yml and start the server
|
||||
"""
|
||||
|
||||
def __init__(self, parent=None):
|
||||
def __init__(self, config_file, parent=None):
|
||||
super(ConfigureScreen, self).__init__(parent=parent)
|
||||
self.config_file = config_file
|
||||
|
||||
# Initialize Configure Window
|
||||
self.setWindowFlags(Qt.WindowType.WindowStaysOnTopHint)
|
||||
|
||||
Reference in New Issue
Block a user