Skip to content

Commit

Permalink
feat: add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldis committed Feb 20, 2021
1 parent e95a660 commit 92184a6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ class PreferencesAdvanceWithApplicationViewController: NSViewController {
override func viewDidLoad() {
// 初始化显示内容
currentTargetApplicationIcon.image = currentTargetApplication?.getIcon()
currentTargetApplicationIcon.toolTip = currentTargetApplication?.path
currentTargetApplicationName.stringValue = currentTargetApplication?.getName() ?? ""
// 读取设置
syncViewWithOptions()
Expand Down

0 comments on commit 92184a6

Please sign in to comment.