mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:59:48 +00:00
Increased the default value for the live translation delay from 1,000 to 1,500 ms
This commit is contained in:
parent
145181d9f8
commit
4f744610f1
@ -98,7 +98,7 @@ public sealed class Data
|
||||
/// <summary>
|
||||
/// The live translation interval for debouncing in milliseconds.
|
||||
/// </summary>
|
||||
public int LiveTranslationDebounceIntervalMilliseconds { get; set; } = 1_000;
|
||||
public int LiveTranslationDebounceIntervalMilliseconds { get; set; } = 1_500;
|
||||
|
||||
/// <summary>
|
||||
/// Do we want to preselect any translator options?
|
||||
|
@ -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
|
||||
- Increased the default value for the live translation delay from 1,000 to 1,500 ms
|
Loading…
Reference in New Issue
Block a user