diff --git a/SilicaViewer/AppDelegate.swift b/SilicaViewer/AppDelegate.swift index 7f035d6..a14717b 100644 --- a/SilicaViewer/AppDelegate.swift +++ b/SilicaViewer/AppDelegate.swift @@ -16,7 +16,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations { func validateUserInterfaceItem(_ item: NSValidatedUserInterfaceItem) -> Bool { // Show timelapse and show info buttons - if(item.tag == 67 || item.tag == 68) { + if(item.tag == 67 || item.tag == 68 || item.tag == 100 || item.tag == 101 || item.tag == 102) { return NSApplication.shared.keyWindow != nil } diff --git a/SilicaViewer/Base.lproj/Main.storyboard b/SilicaViewer/Base.lproj/Main.storyboard index 8f2d5b4..88ce3af 100644 --- a/SilicaViewer/Base.lproj/Main.storyboard +++ b/SilicaViewer/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -79,17 +79,17 @@ - + - + - +