Allow clicking a titlebar avatar to initiate following
This commit is contained in:
parent
d860ed25c1
commit
e338da0271
3 changed files with 134 additions and 114 deletions
|
@ -184,6 +184,12 @@ macro_rules! action {
|
|||
Box::new(self.clone())
|
||||
}
|
||||
}
|
||||
|
||||
impl From<$arg> for $name {
|
||||
fn from(arg: $arg) -> Self {
|
||||
Self(arg)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
($name:ident) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue