mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Do not force the Khoj window to always be on top. It's needlessly annoying
This commit is contained in:
@@ -45,7 +45,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
self.new_config = self.current_config
|
||||
|
||||
# Initialize Configure Window
|
||||
self.setWindowFlags(Qt.WindowType.WindowStaysOnTopHint)
|
||||
self.setWindowTitle("Khoj")
|
||||
self.setFixedWidth(600)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user