fixed a bug where switching projects wouldn't
switch projects.
This commit is contained in:
@@ -33,7 +33,7 @@ pub fn switch_project(projects: &mut Vec<Project>){
|
||||
project.active = false;
|
||||
}
|
||||
else{
|
||||
println!("error unknown project id")
|
||||
println!("error unknown project id");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user