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 b744ef3 commit 9c09223Copy full SHA for 9c09223
ui/dialogs/quick_access.py
@@ -98,7 +98,7 @@ def on_submit(self):
98
content = self.parent.quran_manager.get_hizb(selected_item)
99
elif self.jus_radio.isChecked():
100
selection_type = "Juzz"
101
- content = self.parent.quran_manager.get_juzz(selected_item)
+ content = self.parent.quran_manager.get_juz(selected_item)
102
else:
103
logger.warning("No selection type was chosen!")
104
return
0 commit comments