mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
clipboardWrapText: default to true to respect previous behavior.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user