mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-10 10:28:56 +01:00
Update picodulce.py
This commit is contained in:
parent
6226f33de8
commit
d0109bb96f
@ -1111,6 +1111,10 @@ class ModLoaderAndVersionMenu(QDialog):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app = QApplication(sys.argv)
|
app = QApplication(sys.argv)
|
||||||
current_date = datetime.now()
|
current_date = datetime.now()
|
||||||
|
# ---------------------------------------------------------------------
|
||||||
|
# I wish for everyone that plays this to enjoy the game as much as I,
|
||||||
|
# may joy give a little more peace in this troubled world
|
||||||
|
# ---------------------------------------------------------------------
|
||||||
|
|
||||||
# Set the application icon based on the date
|
# Set the application icon based on the date
|
||||||
if (current_date.month == 12 and current_date.day >= 8) or (current_date.month == 1 and current_date.day <= 1):
|
if (current_date.month == 12 and current_date.day >= 8) or (current_date.month == 1 and current_date.day <= 1):
|
||||||
|
Loading…
Reference in New Issue
Block a user