mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix setting prototype date in processor editing.
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Marechai.Pages.Admin.Details
|
|||||||
_unknownSpeed = !_model.Speed.HasValue;
|
_unknownSpeed = !_model.Speed.HasValue;
|
||||||
_unknownThreadsPerCore = !_model.ThreadsPerCore.HasValue;
|
_unknownThreadsPerCore = !_model.ThreadsPerCore.HasValue;
|
||||||
_unknownTransistors = !_model.Transistors.HasValue;
|
_unknownTransistors = !_model.Transistors.HasValue;
|
||||||
|
_prototype = _model.Introduced?.Year == 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnEditClicked()
|
void OnEditClicked()
|
||||||
|
|||||||
Reference in New Issue
Block a user