diff --git a/FlowVision/Sources/ViewController.swift b/FlowVision/Sources/ViewController.swift index 0972d2f..526e8ca 100644 --- a/FlowVision/Sources/ViewController.swift +++ b/FlowVision/Sources/ViewController.swift @@ -1848,7 +1848,11 @@ class ViewController: NSViewController, NSSplitViewDelegate { case .alertFirstButtonReturn: return .replace case .alertSecondButtonReturn: - return .replaceAll + if isSingle { + return .cancel + }else{ + return .replaceAll + } case .alertThirdButtonReturn: return .skip case NSApplication.ModalResponse(rawValue: 1003):