Merge pull request #98 from DataEraserC/main

feat(xdg): use imv-dir instead to auto select the directory where the image is located.
This commit is contained in:
Ryan Yin
2024-03-15 09:35:30 +08:00
committed by GitHub

View File

@@ -69,11 +69,11 @@
"audio/*" = ["mpv.desktop"];
"video/*" = ["mpv.dekstop"];
"image/*" = ["imv.desktop"];
"image/gif" = ["imv.desktop"];
"image/jpeg" = ["imv.desktop"];
"image/png" = ["imv.desktop"];
"image/webp" = ["imv.desktop"];
"image/*" = ["imv-dir.desktop"];
"image/gif" = ["imv-dir.desktop"];
"image/jpeg" = ["imv-dir.desktop"];
"image/png" = ["imv-dir.desktop"];
"image/webp" = ["imv-dir.desktop"];
};
associations.removed = {