From ae840b31bc1704ccbcc56f05a8e2090a63371410 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 3 Feb 2018 20:30:23 -0800 Subject: [PATCH] Continue progress on rename sheet. --- .../ContextualMenus/MainWindowController+ContextualMenus.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/MainWindow/ContextualMenus/MainWindowController+ContextualMenus.swift b/Evergreen/MainWindow/ContextualMenus/MainWindowController+ContextualMenus.swift index 6230bee6e..feab2b0ed 100644 --- a/Evergreen/MainWindow/ContextualMenus/MainWindowController+ContextualMenus.swift +++ b/Evergreen/MainWindow/ContextualMenus/MainWindowController+ContextualMenus.swift @@ -80,7 +80,7 @@ extension MainWindowController { self.renameWindowController = nil } - renameWindowController!.runSheetOnWindow(window) + renameWindowController?.runSheetOnWindow(window) } }