mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-03 19:49:11 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -185,7 +185,7 @@ Rectangle {
|
||||
id: sendButtonId
|
||||
|
||||
anchors.fill: parent
|
||||
enabled: root.isProcessing || root.canSend
|
||||
enabled: root.isProcessing || (root.canSend && !root.isCompressing)
|
||||
leftPadding: root.isProcessing ? 22 : 4
|
||||
|
||||
icon {
|
||||
|
||||
Reference in New Issue
Block a user