clipboardWrapText: default to true to respect previous behavior.

This commit is contained in:
Lemmy
2026-01-08 21:07:04 -05:00
parent 3afd3e4519
commit 07e2600b8a
+1 -1
View File
@@ -381,7 +381,7 @@ Singleton {
property bool enableClipboardHistory: false
property bool autoPasteClipboard: false
property bool enableClipPreview: true
property bool clipboardWrapText: false
property bool clipboardWrapText: true
property string position: "center" // Position: center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center
property list<string> pinnedApps: []
property bool useApp2Unit: false