mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-03 15:08:58 +01:00
Update picodulce.py
This commit is contained in:
parent
d8e28348be
commit
22cbc6915e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user