Commit 2cd9d18a authored by nanahira's avatar nanahira

add deckPath param for startup ygopro

parent f5644e55
...@@ -118,7 +118,8 @@ export class DeckAndCategory { ...@@ -118,7 +118,8 @@ export class DeckAndCategory {
get param() { get param() {
return { return {
category: this.category === '.' ? '': this.category, category: this.category === '.' ? '': this.category,
deck: this.deck deck: this.deck,
deckPath: this.symbol
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment