mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Code style change
This commit is contained in:
@@ -67,8 +67,8 @@ struct OpenURLHandler {
|
||||
default:
|
||||
navigation.presentAlert(title: "Error", message: "This URL could not be opened")
|
||||
#if os(macOS)
|
||||
guard !Windows.main.isOpen else { return }
|
||||
navigation.presentingAlertInVideoPlayer = true
|
||||
guard !Windows.main.isOpen else { return }
|
||||
navigation.presentingAlertInVideoPlayer = true
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user