File tree Expand file tree Collapse file tree 3 files changed +178
-245
lines changed
Frontend/src/script/components Expand file tree Collapse file tree 3 files changed +178
-245
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import {
2222import './windows-form' ;
2323import './android-form' ;
2424import './ios-form' ;
25- import './oculus-form' ;
2625import { AppPackageFormBase } from './app-package-form-base' ;
2726import { PackageOptions } from '../utils/interfaces' ;
2827import { classMap } from 'lit/directives/class-map.js' ;
@@ -698,14 +697,6 @@ export class PublishPane extends LitElement {
698697 ` ;
699698 }
700699
701- renderOculusDownloadButton ( ) : TemplateResult {
702- return html `
703- < button class ="package-button " id ="oculus-package-button " @click ="${ ( ) => this . showMetaOptions ( ) } ">
704- Generate Package
705- </ button >
706- ` ;
707- }
708-
709700 renderForm ( ) {
710701 if ( this . selectedStore === "Windows" ) {
711702 return html `< windows-form id ="packaging-form " .generating =${ this . generating } > </ windows-form > `
You can’t perform that action at this time.
0 commit comments