mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-10 10:28:56 +01:00
Add files via upload
This commit is contained in:
parent
46d053d952
commit
5202f8fb25
@ -225,7 +225,6 @@ class PicomcVersionSelector(QWidget):
|
||||
|
||||
# Create play button for installed versions
|
||||
self.play_button = QPushButton('Play')
|
||||
self.play_button.setFocusPolicy(Qt.NoFocus) # Set focus policy to prevent highlighting
|
||||
self.play_button.clicked.connect(self.play_instance)
|
||||
highlight_color = self.palette().color(QPalette.Highlight)
|
||||
self.play_button.setStyleSheet(f"background-color: {highlight_color.name()}; color: white;")
|
||||
|
Loading…
Reference in New Issue
Block a user