Use the new strikethrough syntax in the quick format bar

This commit is contained in:
Joshua Goins
2025-05-08 14:51:48 -04:00
parent 4757ac11dc
commit e232501715

View File

@@ -63,8 +63,8 @@ QQC2.Popup {
onClicked: { onClicked: {
const format = { const format = {
start: "<del>", start: "~~",
end: "</del>", end: "~~",
extra: "" extra: ""
}; };
formattingSelected(format, selectionStart, selectionEnd); formattingSelected(format, selectionStart, selectionEnd);