mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +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(
|
pub fn new_for_profile_identity_gemini_id(
|
||||||
certificate: &TlsCertificate,
|
certificate: &TlsCertificate,
|
||||||
scope: &Vec<String>,
|
scope: &[String],
|
||||||
) -> String {
|
) -> String {
|
||||||
let mut tooltip = "<b>Certificate</b>\n".to_string();
|
let mut tooltip = "<b>Certificate</b>\n".to_string();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user