add config option to keep right sidebar loaded

This commit is contained in:
end-4
2025-08-02 20:31:37 +07:00
parent 88cc91b85a
commit 596ae72942
3 changed files with 18 additions and 8 deletions
@@ -235,6 +235,7 @@ Singleton {
}
property JsonObject sidebar: JsonObject {
property bool keepRightSidebarLoaded: true
property JsonObject translator: JsonObject {
property int delay: 300 // Delay before sending request. Reduces (potential) rate limits and lag.
}