Elinvention / gnome-shell-extension-nasa-apod

Change your wallpaper daily to the NASA's astronomy picture of the day
https://extensions.gnome.org/extension/1202/nasa-apod/
GNU General Public License v3.0
119 stars 21 forks source link

Settings do not open with the latest version on Gnom45 #64

Closed maru-sama closed 9 months ago

maru-sama commented 9 months ago

Hello,

I tracked this issue down to

https://github.com/Elinvention/gnome-shell-extension-nasa-apod/blob/87e102863d1b5749b57e1ebf5ae9844e8c595c28/nasa_apod%40elinvention.ovh/preferences/aboutPage.js#L84

Apparently Gtk.Justify.Center does not work and should be Gtk.Justification.Center instead.