mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Update Title of Configure Screen to follow "<Screen> - App" pattern
This commit is contained in:
@@ -36,7 +36,7 @@ class ConfigureScreen(QtWidgets.QDialog):
|
||||
|
||||
# Initialize Configure Window
|
||||
self.setWindowFlags(Qt.WindowType.WindowStaysOnTopHint)
|
||||
self.setWindowTitle("Khoj - Configure")
|
||||
self.setWindowTitle("Configure - Khoj")
|
||||
self.setFixedWidth(600)
|
||||
|
||||
# Initialize Configure Window Layout
|
||||
|
||||
Reference in New Issue
Block a user