mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 21:29:11 +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
|
self.new_config = self.current_config
|
||||||
|
|
||||||
# Initialize Configure Window
|
# Initialize Configure Window
|
||||||
self.setWindowFlags(Qt.WindowType.WindowStaysOnTopHint)
|
|
||||||
self.setWindowTitle("Khoj")
|
self.setWindowTitle("Khoj")
|
||||||
self.setFixedWidth(600)
|
self.setFixedWidth(600)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user