refactor: Remove unnecessary changes

This commit is contained in:
MystiPanda
2023-12-07 13:43:53 +08:00
parent 8de2712652
commit f08ce82c3f
12 changed files with 10 additions and 594 deletions

View File

@@ -130,14 +130,8 @@ impl IVerge {
pub fn template() -> Self {
Self {
clash_core: match cfg!(feature = "default-meta") {
false => Some("clash".into()),
true => Some("clash-meta".into()),
},
language: match cfg!(feature = "default-meta") {
false => Some("en".into()),
true => Some("zh".into()),
},
clash_core: Some("clash-meta".into()),
language: Some("zh".into()),
theme_mode: Some("system".into()),
theme_blur: Some(false),
traffic_graph: Some(true),