diff options
-rw-r--r-- | manifest.json | 2 | ||||
-rw-r--r-- | plugins/settings.lua | 4 |
2 files changed, 3 insertions, 3 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", diff --git a/plugins/settings.lua b/plugins/settings.lua index 6be6112..2b947ca 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -618,8 +618,8 @@ settings.add("Development", description = "The maximum amount of entries to keep on the log UI.", path = "max_log_items", type = settings.type.NUMBER, - default = 80, - min = 50, + default = 800, + min = 150, max = 2000 }, { |