sidebar: add option to disable translator tab

This commit is contained in:
end-4
2025-10-12 19:53:42 +02:00
parent cd3ed42b6d
commit 81cc35702d
3 changed files with 12 additions and 2 deletions
@@ -346,6 +346,7 @@ Singleton {
property JsonObject sidebar: JsonObject {
property bool keepRightSidebarLoaded: true
property JsonObject translator: JsonObject {
property bool enable: false
property int delay: 300 // Delay before sending request. Reduces (potential) rate limits and lag.
}
property JsonObject ai: JsonObject {