Update plugins/opener/src/scope_entry.rs

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
pull/2019/head
Amr Bashir 8 months ago committed by GitHub
parent 30dcce89ce
commit ff17c5d084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,7 @@ use std::path::PathBuf;
use serde::Deserialize;
#[derive(Deserialize, Debug)]
#[serde(untagged)]
pub enum Application {
Default,
Enable(bool),

Loading…
Cancel
Save