We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65eadfd commit 8727a91Copy full SHA for 8727a91
1 file changed
src/utils.rs
@@ -135,12 +135,6 @@ pub fn open_application(path: impl AsRef<Path>) {
135
.ok();
136
}
137
138
- #[cfg(target_os = "macos")]
139
- {
140
- NSWorkspace::new().openURL(&NSURL::fileURLWithPath(
141
- &objc2_foundation::NSString::from_str(&path.to_string_lossy()),
142
- ));
143
- }
144
#[cfg(target_os = "macos")]
145
{
146
NSWorkspace::new().openURL(&NSURL::fileURLWithPath(
0 commit comments