diff --git a/html/src/index.pug b/html/src/index.pug index eb8a82f0..05ee3bac 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -1530,9 +1530,9 @@ html el-input(v-model="newInstanceDialog.url" size="mini" readonly @click.native="$event.target.tagName === 'INPUT' && $event.target.select()") template(#footer) el-button(size="small" @click="makeHome(newInstanceDialog.location)") Make Home - el-button(type="primary" size="small" @click="showLaunchDialog(newInstanceDialog.location)") Launch el-button(size="small" @click="copyInstanceUrl(newInstanceDialog.url)") Copy URL el-button(size="small" @click="showInviteDialog(newInstanceDialog.location)") Invite + el-button(type="primary" size="small" @click="showLaunchDialog(newInstanceDialog.location)") Launch //- dialog: launch options el-dialog.x-dialog(ref="launchOptionsDialog" :visible.sync="launchOptionsDialog.visible" title="Launch Options" width="400px") @@ -1622,8 +1622,8 @@ html div #[span(v-text="launchDialog.url" style="word-break:break-all;font-size:12px")] template(#footer) el-checkbox(v-model="launchDialog.desktop" style="float:left;margin-top:5px") Start as Desktop (No VR) - el-button(type="primary" size="small" @click="launchGame(locationToLaunchArg(launchDialog.location))") Launch el-button(size="small" @click="showInviteDialog(launchDialog.location)") Invite + el-button(type="primary" size="small" @click="launchGame(locationToLaunchArg(launchDialog.location))") Launch //- dialog: export friends list el-dialog.x-dialog(:visible.sync="exportFriendsListDialog" title="Export Friends List" width="650px")