Update picodulce.py

This commit is contained in:
Nix 2024-12-10 17:00:35 -03:00 committed by GitHub
parent 87fc6e9842
commit dc81d4285d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ class PicomcVersionSelector(QWidget):
layout.addWidget(title_label)
# Create checkboxes
discord_rcp_checkbox = QCheckBox('Discord RCP')
discord_rcp_checkbox = QCheckBox('Discord RPC')
discord_rcp_checkbox.setChecked(self.config.get("IsRCPenabled", False))
check_updates_checkbox = QCheckBox('Check Updates on Start')
check_updates_checkbox.setChecked(self.config.get("CheckUpdate", False))