ifl0w / RandomWallpaperGnome3

Random Wallpapers for Gnome 3
MIT License
176 stars 40 forks source link

Change `log()` to `console.log()` #179

Closed Lucki closed 7 months ago

Lucki commented 8 months ago

The upgrade guidelines advise on using the normal js logging functions. https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging

Apparently this only works for Gnome >= 45 (https://github.com/ifl0w/RandomWallpaperGnome3/pull/174#discussion_r1366253349) but this is the new requirement now anyways.