Continue progress on rename sheet.

This commit is contained in:
Brent Simmons 2018-02-03 20:30:23 -08:00
parent 7dee959988
commit ae840b31bc
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ extension MainWindowController {
self.renameWindowController = nil
}
renameWindowController!.runSheetOnWindow(window)
renameWindowController?.runSheetOnWindow(window)
}
}