Only delete wallpaper url when removing wallpaper

This commit is contained in:
Roman Cervantes 2019-04-13 15:08:30 -07:00
parent 69156b919e
commit 12844304c6

View file

@ -97,7 +97,7 @@ export default {
}, },
removeWallpaper() { removeWallpaper() {
delete this.wallpapers[this.platform.code]; delete this.wallpapers[this.platform.code].url;
this.saveSettings(); this.saveSettings();
}, },