Skip to content

Commit

Permalink
fix opening rmraw through activation
Browse files Browse the repository at this point in the history
  • Loading branch information
robmikh committed Mar 25, 2023
1 parent d1b222e commit 14c3c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ImageViewer/Pages/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ private FileType GetFileType(StorageFile file)
case ".png":
case ".bmp":
case ".bin":
case ".rmraw":
return FileType.Image;
case ".mp4":
case ".mov":
Expand Down

0 comments on commit 14c3c55

Please # to comment.