Update picodulce.py

This commit is contained in:
Nix 2024-04-17 18:53:16 -03:00 committed by GitHub
parent d8e28348be
commit 22cbc6915e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,10 +324,6 @@ class PicomcVersionSelector(QWidget):
QMessageBox.about(self, "About", about_message)
def show_about_dialog(self):
about_message = "PicoDulce Launcher\n\nA simple GUI for the picomc project."
QMessageBox.about(self, "About", about_message)
def create_dark_palette(self):
palette = QPalette()
palette.setColor(QPalette.Window, QColor(53, 53, 53))