Address some formatting things and update Packages

This commit is contained in:
2021-08-06 22:35:21 -05:00
parent e08ba30d91
commit 67741eccee
26 changed files with 8042 additions and 9159 deletions
@@ -10,28 +10,8 @@ namespace qController.ViewModels
this.workspace = workspace;
}
public string Name
{
get
{
return workspace.name;
}
set
{
public string Name => workspace.name;
}
}
public bool HasPasscode
{
get
{
return workspace.hasPasscode;
}
set
{
}
}
public bool HasPasscode => workspace.hasPasscode;
}
}