From 4f744610f1bf6357ee08e0d43bb0a035b0608922 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 28 Jul 2024 21:15:58 +0200 Subject: [PATCH] Increased the default value for the live translation delay from 1,000 to 1,500 ms --- app/MindWork AI Studio/Settings/DataModel/Data.cs | 2 +- app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Settings/DataModel/Data.cs b/app/MindWork AI Studio/Settings/DataModel/Data.cs index 251011cd..0a1bcb5c 100644 --- a/app/MindWork AI Studio/Settings/DataModel/Data.cs +++ b/app/MindWork AI Studio/Settings/DataModel/Data.cs @@ -98,7 +98,7 @@ public sealed class Data /// /// The live translation interval for debouncing in milliseconds. /// - public int LiveTranslationDebounceIntervalMilliseconds { get; set; } = 1_000; + public int LiveTranslationDebounceIntervalMilliseconds { get; set; } = 1_500; /// /// Do we want to preselect any translator options? diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md index 4da42153..ab409ca0 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.8.6.md @@ -1,2 +1,3 @@ # v0.8.6, build 168 -- Improved the readability of the `settings.json` file by using indentation and enum names instead of numbers \ No newline at end of file +- Improved the readability of the `settings.json` file by using indentation and enum names instead of numbers +- Increased the default value for the live translation delay from 1,000 to 1,500 ms \ No newline at end of file