mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
Only delete wallpaper url when removing wallpaper
This commit is contained in:
parent
69156b919e
commit
12844304c6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue