diff options
author | Luke aka SwissalpS <Luke@SwissalpS.ws> | 2023-08-09 20:22:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 14:22:16 -0400 |
commit | 4d801ec0715b7e7842e95cdc3b4ad09bc9088b6c (patch) | |
tree | 7c044f4097ad2176b773bf34e1c45c9cb0834959 /manifest.json | |
parent | 14bfadaaa84925ba07d69d7a24a701306a89e5e7 (diff) | |
download | lite-xl-plugins-4d801ec0715b7e7842e95cdc3b4ad09bc9088b6c.tar.gz lite-xl-plugins-4d801ec0715b7e7842e95cdc3b4ad09bc9088b6c.zip |
Update settings.lua max log items default is 800 not 80 (#266)
* Update settings.lua max log items default is 800 not 80
see: https://github.com/lite-xl/lite-xl/blob/cf028c510a908a1e208588ec90b57fef422f88bf/data/core/config.lua#L6
* Update manifest.json
* Update settings.lua min log entries to 150 from 50
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 4397258..ed858fe 100644 --- a/manifest.json +++ b/manifest.json @@ -1213,7 +1213,7 @@ }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", - "version": "0.6", + "version": "0.7", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3", |