mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-07-08 00:25:09 +00:00
Fix frontpage and pin functionality (#11)
Co-authored-by: Myx <info@azaaxin.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<app-file-converter
|
||||
title="Image converter"
|
||||
method="post"
|
||||
privacyText="This tool requires internet access to convert images. The images are processed on the servers and are not stored on any disk."
|
||||
[isPreview]="false"
|
||||
[fileTypeSelector]="true"
|
||||
[processedFiles]="processedFiles"
|
||||
@@ -13,5 +14,5 @@
|
||||
(fileSelected)="onFileSelected($event)"
|
||||
(selectedFormat)="onFormatSelected($event)"
|
||||
(upload)="onUploadClicked()"
|
||||
>
|
||||
>
|
||||
</app-file-converter>
|
||||
Reference in New Issue
Block a user