refactor: get owner page of repsitory dynamically

This commit is contained in:
leo 2025-01-09 09:21:58 +08:00
parent f07e838e6f
commit 9baa2c9fad
No known key found for this signature in database
2 changed files with 24 additions and 12 deletions

View file

@ -316,8 +316,6 @@ namespace SourceGit.ViewModels
page.Data = repo;
}
repo.SetOwnerPage(page);
if (page != _activePage)
ActivePage = page;
else