Skip to content

Commit

Permalink
Window title
Browse files Browse the repository at this point in the history
  • Loading branch information
themissingcow committed Mar 7, 2020
1 parent 82694b4 commit 942f79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Trackomatic/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ class ViewController: NSViewController, NSTableViewDelegate, NSTableViewDataSour
trackPlayheadView.length = player.length;
timelineView.position = 0;
trackPlayheadView.position = 0;

view.window?.setTitleWithRepresentedFilename( dir.path );
}

private func setupPlayer( project: Project? )
Expand Down

0 comments on commit 942f79b

Please sign in to comment.