added macro support
This commit is contained in:
@@ -98,6 +98,14 @@ pub struct CategoryRule {
|
||||
pub enabled: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct MacroDef {
|
||||
pub id: i64,
|
||||
pub name: String,
|
||||
pub source: String,
|
||||
pub key_binding: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
pub struct ItemChanges {
|
||||
pub text: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user