1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-09-16 03:36:58 +02:00

fix: issues introduced by merge (see parent)

This commit is contained in:
Reinout Meliesie 2024-08-04 19:04:15 +02:00
commit 97bbddb5e0
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 73 additions and 269 deletions

View file

@ -232,4 +232,4 @@ pub fn create_client() -> Result<Arc<Client>> {
Ok(client)
}
register_fallible_client!(Client, networkmanager);
register_fallible_client!(Client, network_manager);