Skip to content

Commit 991eb32

Browse files
committed
Added CR3 to allowed files
1 parent 0d502a2 commit 991eb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RawRefinery/application/RawRefineryApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def open_folder_dialog(self):
175175
if folder:
176176
self.current_folder = folder
177177
self.file_list.clear()
178-
exts = ('.cr2', '.nef', '.arw', '.dng')
178+
exts = ('.cr2', '.cr3', '.nef', '.arw', '.dng')
179179
files = sorted([f for f in os.listdir(folder) if f.lower().endswith(exts)])
180180
self.file_list.addItems(files)
181181

0 commit comments

Comments
 (0)