mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
replace Vec with &[String]
This commit is contained in:
parent
fd5a7196b1
commit
4e354b3e26
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue