parent
64ebbb4afc
commit
4e17ce3b37
3 changed files with 69 additions and 7 deletions
|
@ -68,3 +68,7 @@ pub(crate) unsafe fn set_window_long(
|
|||
SetWindowLongW(hwnd, nindex, dwnewlong as i32) as isize
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn windows_credentials_target_name(url: &str) -> String {
|
||||
format!("zed:url={}", url)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue