Skip to content

Commit 921657c

Browse files
committed
Update UI
1 parent e6d76d9 commit 921657c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Core/Sources/HostApp/AccountSettings/CopilotView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ struct CopilotView: View {
6161
Text(
6262
"You may have to restart the helper app to apply the changes. To do so, simply close the helper app by clicking on the menu bar icon that looks like a steer wheel, it will automatically restart as needed."
6363
)
64+
.lineLimit(nil)
65+
.fixedSize(horizontal: false, vertical: true)
6466
.foregroundColor(.secondary)
6567
}
6668
}

0 commit comments

Comments
 (0)