Merge branch '2.2' into master-3.0

This commit is contained in:
grossmj 2024-11-25 11:03:29 +10:00
commit c1fa038f27
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
2 changed files with 2 additions and 2 deletions
src/app/components/preferences/ios-on-unix

@ -67,7 +67,7 @@
<div *ngIf="newImageSelected">
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"

@ -61,7 +61,7 @@
</mat-form-field>
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"