mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 11:04:25 +00:00
Fixed navigation for GPU details.
This commit is contained in:
@@ -330,7 +330,8 @@ public partial class GpuDetailViewModel : ObservableObject
|
||||
|
||||
var navParam = new MachineViewNavigationParameter
|
||||
{
|
||||
MachineId = machineId
|
||||
MachineId = machineId,
|
||||
NavigationSource = this
|
||||
};
|
||||
|
||||
await _navigator.NavigateViewModelAsync<MachineViewViewModel>(this, data: navParam);
|
||||
|
||||
Reference in New Issue
Block a user