Now has icons

This commit is contained in:
andreja6
2019-11-02 12:26:01 -07:00
parent 08d8dc4df0
commit bc8742b5f5
5 changed files with 90 additions and 29 deletions

View File

@@ -7,6 +7,7 @@ WorkspaceInstance::WorkspaceInstance(void)
name = "Workspace";
className = "Workspace";
canDelete = false;
listicon = 8;
}
WorkspaceInstance::~WorkspaceInstance(void)