Update MoreOptionsDialog.py

This commit is contained in:
Yuvi9587
2025-07-14 20:18:04 -07:00
parent fb446a1e28
commit 440cf60d90

View File

@@ -22,7 +22,6 @@ class MoreOptionsDialog(QDialog):
layout.addWidget(self.description_label)
self.radio_button_group = QButtonGroup(self)
self.radio_content = QRadioButton("Description/Content")
self.radio_comments = QRadioButton("Comments")
self.radio_comments = QRadioButton("Comments (Not Working)")
self.radio_button_group.addButton(self.radio_content)
self.radio_button_group.addButton(self.radio_comments)