From 7dc852ff4facfd61a29943044db970f37f34efaa Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 1 Oct 2022 10:30:42 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=A0=87=E9=A2=98=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E7=9A=84=E6=97=B6=E5=80=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mac/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/ViewController.swift b/Mac/ViewController.swift index 2fa96274..0e37d2d0 100644 --- a/Mac/ViewController.swift +++ b/Mac/ViewController.swift @@ -1173,7 +1173,7 @@ class ViewController: vc.titleLabel.editModeOn() if let note = EditTextView.note { - vc.titleLabel.stringValue = note.getFileName() + vc.titleLabel.stringValue = note.getShortTitle() } }