Skip to content

Commit

Permalink
Fix the shown filename in the conversion completed view
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 5, 2019
1 parent 08a91ea commit 56511ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gifski/ConversionCompletedViewController.swift
Expand Up @@ -81,7 +81,7 @@ final class ConversionCompletedViewController: NSViewController {

private func setUp(url: URL) {
draggableFile.fileUrl = url
fileNameLabel.text = conversion.video.lastPathComponent
fileNameLabel.text = url.filename
fileSizeLabel.text = url.fileSizeFormatted

shareButton.sendAction(on: .leftMouseDown)
Expand Down

0 comments on commit 56511ac

Please sign in to comment.