mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
don't apply board styles if private board
This commit is contained in:
parent
8bc61d659a
commit
5126c416b6
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ export default {
|
|||
},
|
||||
|
||||
boardStyles() {
|
||||
if (!this.showBoard) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.wallpaperUrl) {
|
||||
return `background-image: url('${this.wallpaperUrl}');`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue