From 49a6a6ed655ceb267073cc236c208f286dbd8e02 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 8 May 2023 12:20:02 -0400 Subject: [PATCH] Restore defaults for repeat penalty too. --- qml/SettingsDialog.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/SettingsDialog.qml b/qml/SettingsDialog.qml index a2a0c62a..2b3bcd9f 100644 --- a/qml/SettingsDialog.qml +++ b/qml/SettingsDialog.qml @@ -77,6 +77,8 @@ Dialog { settings.maxLength = defaultMaxLength settings.promptBatchSize = defaultPromptBatchSize settings.promptTemplate = defaultPromptTemplate + settings.repeatPenalty = defaultRepeatPenalty + settings.repeatPenaltyTokens = defaultRepeatPenaltyTokens settings.sync() }