Add possibility to Ctrl-v a path

Until now it was only possible to drag and drop a path, but now
that I'm using Hyprland this is not implemented. This patch
allows me to copy and paste a path either as simple text or
from a file manager like Nautilus into the app.
This commit is contained in:
Jeena 2025-08-24 21:45:23 +09:00
parent ae99dd6a4a
commit 743b476d38
4 changed files with 56 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "recoder"
version = "1.0.1"
version = "1.1.0"
description = "A GTK4 video transcoding GUI application"
readme = "README.md"
authors = [{name = "Jeena", email = "hello@jeena.net"}]
@ -24,4 +24,4 @@ include-package-data = true
where = ["src"]
[tool.setuptools.package-data]
recoder = ["resources.gresource"]
recoder = ["resources.gresource"]