We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2920d5 commit 4bbfcfaCopy full SHA for 4bbfcfa
ui/dialogs/info_dialog.py
@@ -61,7 +61,7 @@ def copy_text(self):
61
clipboard = QApplication.clipboard()
62
clipboard.setText(self.text_edit.toPlainText())
63
UniversalSpeech.say("تم نسخ النص إلى الحافظة")
64
-
+ self.effects_manager.play("copy")
65
66
def reject(self):
67
self.effects_manager.play("clos")
ui/quran_interface.py
@@ -285,6 +285,8 @@ def on_copy_verse(self):
285
286
clipboard.setText(current_line)
287
UniversalSpeech.say("تم نسخ الآية.")
288
289
+
290
291
def OnSyntax(self):
292
aya_info = self.get_current_ayah_info()
0 commit comments