We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95da7bd commit 0a815efCopy full SHA for 0a815ef
ui/quran_interface.py
@@ -337,15 +337,13 @@ def OnSaveBookmark(self, event):
337
338
if bookmark_manager.is_exist(aya_info[1]):
339
msgBox = QMessageBox(self)
340
- msgBox.setIcon(QMessageBox.Critical)
341
- msgBox.setWindowTitle("خطأ")
342
- msgBox.setText("تم حفظ العلامة المرجعية مسبقًا.")
+ msgBox.setIcon(QMessageBox.Critical)
+ msgBox.setWindowTitle("خطأ")
+ msgBox.setText("تم حفظ العلامة المرجعية مسبقًا.")
343
+ msgBox.addButton("موافق", QMessageBox.AcceptRole)
344
+ msgBox.exec()
345
-
- msgBox.addButton("موافق", QMessageBox.AcceptRole)
346
- msgBox.exec()
347
348
- return
+ return
349
350
351
dialog = QInputDialog(self)
0 commit comments