Skip to content

Commit

Permalink
Update lollms_file_system.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo authored Dec 16, 2024
1 parent e030d32 commit f27b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lollms/server/endpoints/lollms_file_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def select_rag_database(client) -> Optional[Dict[str, Path]]:

# Open the folder selection dialog
dialog = QFileDialog()
dialog.setOption(QFileDialog.DontUseNativeDialog, True)
# dialog.setOption(QFileDialog.DontUseNativeDialog, True)
dialog.setWindowFlag(Qt.WindowStaysOnTopHint, True)
dialog.setWindowModality(Qt.ApplicationModal)
dialog.raise_()
Expand Down

0 comments on commit f27b2ea

Please sign in to comment.