mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-08 08:53:46 +00:00
Address some formatting things and update Packages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user