Add support for custom key macros (#217)

This commit is contained in:
Ulyssa
2024-03-09 22:49:40 -08:00
committed by GitHub
parent ef868175cb
commit e7f158ffcd
8 changed files with 200 additions and 46 deletions

View File

@@ -217,10 +217,12 @@ pub fn mock_settings() -> ApplicationSettings {
settings: None,
dirs: None,
layout: None,
macros: None,
},
tunables: mock_tunables(),
dirs: mock_dirs(),
layout: Default::default(),
macros: HashMap::default(),
}
}