feat(xdg): use imv-dir instead to auto selects the directory where the image is located.

This commit is contained in:
Sacabambaspis
2024-03-15 01:26:44 +08:00
committed by GitHub
parent 88e2c240a6
commit d3efa55237

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 = {