mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 01:39:50 +00:00
Compare commits
No commits in common. "1db93fd1422bf4df291c55bf20febfd62502ec74" and "4448b999ab784c1fe23ee1fabe4a0c9dd18cafb9" have entirely different histories.
1db93fd142
...
4448b999ab
@ -29,7 +29,7 @@ class Photo(fs.File):
|
||||
__slots__ = fs.File.__slots__ + tuple(INITIAL_INFO.keys())
|
||||
|
||||
# These extensions are supported on all platforms
|
||||
HANDLED_EXTS = {"png", "jpg", "jpeg", "gif", "bmp", "tiff", "tif", "webp"}
|
||||
HANDLED_EXTS = {"png", "jpg", "jpeg", "gif", "bmp", "tiff", "tif"}
|
||||
|
||||
def _plat_get_dimensions(self):
|
||||
raise NotImplementedError()
|
||||
|
@ -6,4 +6,3 @@ Icon=dupeguru
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
Keywords=file manager;gui;
|
||||
|
Loading…
x
Reference in New Issue
Block a user