Do not force the Khoj window to always be on top. It's needlessly annoying

This commit is contained in:
Debanjum Singh Solanky
2022-08-15 22:56:35 +03:00
parent 67ab40bb01
commit 873bb9dd97

View File

@@ -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)