Add files via upload

This commit is contained in:
Nix 2025-01-08 22:36:18 -03:00 committed by GitHub
parent 46d053d952
commit 5202f8fb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;")
@ -1704,4 +1703,4 @@ if __name__ == '__main__':
app.setWindowIcon(QIcon('launcher_icon.ico')) # Set regular icon
window = PicomcVersionSelector()
window.show()
sys.exit(app.exec_())
sys.exit(app.exec_())