mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-06 13:05:11 +02:00
fix(config): typo in layered app id loading
This commit is contained in:
@@ -570,8 +570,8 @@ impl StaticConfig {
|
|||||||
identifier.matching_strategy = Option::from(MatchingStrategy::Legacy);
|
identifier.matching_strategy = Option::from(MatchingStrategy::Legacy);
|
||||||
}
|
}
|
||||||
|
|
||||||
if !border_overflow_identifiers.contains(identifier) {
|
if !layered_identifiers.contains(identifier) {
|
||||||
border_overflow_identifiers.push(identifier.clone());
|
layered_identifiers.push(identifier.clone());
|
||||||
|
|
||||||
if matches!(identifier.matching_strategy, Some(MatchingStrategy::Regex)) {
|
if matches!(identifier.matching_strategy, Some(MatchingStrategy::Regex)) {
|
||||||
let re = Regex::new(&identifier.id)?;
|
let re = Regex::new(&identifier.id)?;
|
||||||
|
|||||||
Reference in New Issue
Block a user