NathanW2 / qgis_hats

Who likes hats? Seems the QGIS logo does!
11 stars 7 forks source link

The night splash screen is shown during the day #21

Closed mstuyts closed 4 years ago

mstuyts commented 5 years ago

The night splash screen is shown during the day, because the plugin uses yesterdays sun.json file and doesn't ignore the date.

in this case with QDateTime as '%d/%m/%Y %H:%M':

Since now is not between sunrise and sunset, the night splash screen is shown.

Only the time should be checked and the date should be ignored.

mstuyts commented 5 years ago

I created a pull request (#22) to solve this problem.

NathanW2 commented 4 years ago

Thanks. Finally got around to getting another release out. :)