mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-07 00:48:58 +01:00
Minor UI changes
This commit is contained in:
parent
163d116005
commit
a19b8a1545
@ -316,7 +316,7 @@ class PicomcVersionSelector(QWidget):
|
|||||||
title_label.setFont(QFont("Arial", 14))
|
title_label.setFont(QFont("Arial", 14))
|
||||||
|
|
||||||
# Create checkboxes for settings tab
|
# Create checkboxes for settings tab
|
||||||
discord_rcp_checkbox = QCheckBox('Discord RPC')
|
discord_rcp_checkbox = QCheckBox('Discord Rich Presence')
|
||||||
discord_rcp_checkbox.setChecked(self.config.get("IsRCPenabled", False))
|
discord_rcp_checkbox.setChecked(self.config.get("IsRCPenabled", False))
|
||||||
|
|
||||||
check_updates_checkbox = QCheckBox('Check Updates on Start')
|
check_updates_checkbox = QCheckBox('Check Updates on Start')
|
||||||
@ -355,7 +355,7 @@ class PicomcVersionSelector(QWidget):
|
|||||||
current_theme_label = QLabel(f"Current Theme: {theme_filename}")
|
current_theme_label = QLabel(f"Current Theme: {theme_filename}")
|
||||||
|
|
||||||
# QListWidget to display available themes
|
# QListWidget to display available themes
|
||||||
json_files_label = QLabel('Available Themes:')
|
json_files_label = QLabel('Installed Themes:')
|
||||||
json_files_list_widget = QListWidget()
|
json_files_list_widget = QListWidget()
|
||||||
|
|
||||||
# Track selected theme
|
# Track selected theme
|
||||||
@ -404,7 +404,7 @@ class PicomcVersionSelector(QWidget):
|
|||||||
customization_layout.addWidget(json_files_list_widget)
|
customization_layout.addWidget(json_files_list_widget)
|
||||||
|
|
||||||
# Button to download themes
|
# Button to download themes
|
||||||
download_themes_button = QPushButton("Download Themes")
|
download_themes_button = QPushButton("Download More Themes")
|
||||||
download_themes_button.clicked.connect(self.download_themes_window)
|
download_themes_button.clicked.connect(self.download_themes_window)
|
||||||
|
|
||||||
customization_layout.addWidget(download_themes_button)
|
customization_layout.addWidget(download_themes_button)
|
||||||
|
Loading…
Reference in New Issue
Block a user