mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 01:00:02 +00:00
replace Vec with &[String]
This commit is contained in:
parent
fd5a7196b1
commit
4e354b3e26
@ -2,7 +2,7 @@ use gtk::{gio::TlsCertificate, prelude::TlsCertificateExt};
|
||||
|
||||
pub fn new_for_profile_identity_gemini_id(
|
||||
certificate: &TlsCertificate,
|
||||
scope: &Vec<String>,
|
||||
scope: &[String],
|
||||
) -> String {
|
||||
let mut tooltip = "<b>Certificate</b>\n".to_string();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user