Provide some guardrails for thread count.

This commit is contained in:
Adam Treat
2023-07-10 16:52:32 -04:00
committed by AT
parent a190041c6e
commit 99cd555743
3 changed files with 8 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ MySettingsTab {
MyTextField {
text: MySettings.threadCount
color: theme.textColor
ToolTip.text: qsTr("Amount of processing threads to use, a setting of 0 will use the lesser of 4 or your number of CPU threads")
ToolTip.text: qsTr("Amount of processing threads to use bounded by 1 and number of logical processors")
ToolTip.visible: hovered
Layout.row: 3
Layout.column: 1