We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0179b5 commit 07c94c1Copy full SHA for 07c94c1
JL.Windows/ConfigManager.cs
@@ -535,7 +535,8 @@ public void ApplyPreferences(SqliteConnection connection)
535
KeyGestureUtils.GlobalKeyGestureNameToKeyGestureDict.Clear();
536
537
if ((!StopIncreasingTimeAndCharStatsWhenMinimized || mainWindow.WindowState is not WindowState.Minimized)
538
- && (coreConfigManager.CaptureTextFromClipboard || coreConfigManager.CaptureTextFromWebSocket))
+ && (coreConfigManager.CaptureTextFromClipboard || coreConfigManager.CaptureTextFromWebSocket)
539
+ && mainWindow.MainTextBox.Text.Length > 0)
540
{
541
StatsUtils.StartTimeStatStopWatch();
542
StatsUtils.InitializeIdleTimeTimer();
0 commit comments