Skip to content

Commit 92184a6

Browse files
author
Caldis
committed
feat: add tooltip
1 parent e95a660 commit 92184a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mos/Windows/PreferencesWindow/PreferencesAdvanceWithApplicationViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class PreferencesAdvanceWithApplicationViewController: NSViewController {
2424
override func viewDidLoad() {
2525
// 初始化显示内容
2626
currentTargetApplicationIcon.image = currentTargetApplication?.getIcon()
27+
currentTargetApplicationIcon.toolTip = currentTargetApplication?.path
2728
currentTargetApplicationName.stringValue = currentTargetApplication?.getName() ?? ""
2829
// 读取设置
2930
syncViewWithOptions()

0 commit comments

Comments
 (0)