Skip to content

Commit

Permalink
Merge pull request massif-press#2081 from msprijatelj/fix/noRoll20
Browse files Browse the repository at this point in the history
fix(ui): remove ui references to Roll20
  • Loading branch information
jarena3 authored Aug 11, 2022
2 parents 0ab3a31 + 5755a8b commit 414d2dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/features/nav/pages/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
and selecting the Core Book item from the LCP Directory tab. You can use the Content
Manager's Install LCP tab to import the package and start building and running encounters.
</p>
<b>I see a Roll20 import function; how do I use it?</b>
<p>The importer on Roll20's side is not available yet.</p>
<b>Can I import my COMP/CON pilot to Roll20?</b>
<p>Roll20 does not support imports from COMP/CON at this time.</p>
</div>

<h3 class="heading accent--text">Additional Help</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<v-row>
<v-col>
<v-btn large block tile outlined color="accent" @click="copyPilot()">
Copy Pilot Data to Clipboard (Roll20 Import)
Copy Pilot Data to Clipboard
</v-btn>
</v-col>
<v-col cols="auto" class="ml-n1">
<cc-tooltip
simple
inline
content="This will copy your pilot's data into your computer's clipboard, suitable for importing into the LANCER Character Sheet on Roll20"
content="This will copy your pilot's data into your computer's clipboard."
>
<v-icon class="mt-2 ml-n3">mdi-information-outline</v-icon>
</cc-tooltip>
Expand Down Expand Up @@ -79,7 +79,7 @@ export default Vue.extend({
copyPilot() {
this.pilot.BrewController.SetBrewData()
navigator.clipboard.writeText(JSON.stringify(Pilot.Serialize(this.pilot)))
Vue.prototype.$notify('Roll20 data copied to clipboard')
Vue.prototype.$notify('Pilot data copied to clipboard')
this.hide()
},
async copyCode() {
Expand Down

0 comments on commit 414d2dc

Please sign in to comment.