mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
app: fix missing reconnect scenegraph method in darkirc plugin
This commit is contained in:
@@ -444,6 +444,8 @@ pub fn create_darkirc(name: &str) -> SceneNode {
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
node.add_method("reconnect", vec![], None).unwrap();
|
||||
|
||||
node
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user