From e232501715cdbfcd5f0d689e09e4cac7c1d5539d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 8 May 2025 14:51:48 -0400 Subject: [PATCH] Use the new strikethrough syntax in the quick format bar --- src/app/qml/QuickFormatBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/qml/QuickFormatBar.qml b/src/app/qml/QuickFormatBar.qml index 115ea70ab..a11f1a9ce 100644 --- a/src/app/qml/QuickFormatBar.qml +++ b/src/app/qml/QuickFormatBar.qml @@ -63,8 +63,8 @@ QQC2.Popup { onClicked: { const format = { - start: "", - end: "", + start: "~~", + end: "~~", extra: "" }; formattingSelected(format, selectionStart, selectionEnd);