sindresorhus / wallpaper

Manage the desktop wallpaper
MIT License
1.05k stars 91 forks source link

fix(linux): change import statement #75

Closed Pierre-Monier closed 3 years ago

Pierre-Monier commented 3 years ago

I tried your package on a personal project and I found some bug. The import statement for Linux were wrong, so I change them

sindresorhus commented 3 years ago

Don't do unrelated changes

Pierre-Monier commented 3 years ago

Your plugin wasn't working on linux platform, I thought it was a good idea to fix it

sindresorhus commented 3 years ago

You are making style changes that are not related to that.

Pierre-Monier commented 3 years ago

Ok my bad, I didn't see that Prettier done that