mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 02:00:47 +01:00
fix: schema nav position
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Needlework.Net.ViewModels.Pages.Schemas
|
||||
|
||||
private List<SchemaTab> _schemas = [];
|
||||
|
||||
public SchemasViewModel(DocumentService documentService) : base("Schemas", "fa-solid fa-file-lines")
|
||||
public SchemasViewModel(DocumentService documentService) : base("Schemas", "fa-solid fa-file-lines", -100)
|
||||
{
|
||||
_documentService = documentService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user