diff options
author | Aziz Mazouz Jaber <52936496+kemzops@users.noreply.github.com> | 2024-02-24 07:05:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 06:05:36 +0100 |
commit | 5fcadca270b47e10fc2722d66004fc09676385c7 (patch) | |
tree | ad13dbc777a2bd9b92360b76128dc5799dcb6608 /manifest.json | |
parent | f0a4822a62d08facd2802d486828b58a511ad578 (diff) | |
download | lite-xl-plugins-5fcadca270b47e10fc2722d66004fc09676385c7.tar.gz lite-xl-plugins-5fcadca270b47e10fc2722d66004fc09676385c7.zip |
Add KDE Dialog Support to `gui_filepicker` (#368)
* KDE Dialog Support
* KDE Dialog support for gui_filepicker
* Update plugins/gui_filepicker.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/gui_filepicker.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Snake variable
i hope you are happy :D
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 423e14a..a65a9b0 100644 --- a/manifest.json +++ b/manifest.json @@ -495,8 +495,8 @@ "mod_version": "3" }, { - "description": "Graphical filepicker using zenity.", - "version": "0.2", + "description": "Graphical filepicker using zenity or kdialog.", + "version": "1.0", "path": "plugins/gui_filepicker.lua", "id": "gui_filepicker", "mod_version": "3" |