From c4c30680aacec73463681e4180563a9c51f5c50e Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 25 Jul 2022 13:52:09 +0800 Subject: [PATCH] PrefUI // Clean-up. --- Source/UI/PrefUI/suiPrefPaneDictionary.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UI/PrefUI/suiPrefPaneDictionary.swift b/Source/UI/PrefUI/suiPrefPaneDictionary.swift index acd69b3b..447766e8 100644 --- a/Source/UI/PrefUI/suiPrefPaneDictionary.swift +++ b/Source/UI/PrefUI/suiPrefPaneDictionary.swift @@ -101,7 +101,7 @@ struct suiPrefPaneDictionary: View { return } } - } // End If self.window != nil + } } label: { Text("...") }