Changed the alert style for restore failures
This commit is contained in:
parent
1ce03810d3
commit
11c6380eba
1 changed files with 2 additions and 1 deletions
|
|
@ -680,7 +680,8 @@ class Computer extends Component {
|
||||||
*/
|
*/
|
||||||
if (!component.powerUp(data, fRepower) && data) {
|
if (!component.powerUp(data, fRepower) && data) {
|
||||||
|
|
||||||
Component.error("Unable to restore state for " + component.type);
|
component.notice("Unable to restore hardware state");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If this is a resume error for a machine that also has a predefined state
|
* If this is a resume error for a machine that also has a predefined state
|
||||||
* AND we're not restoring from that state, then throw away the current state,
|
* AND we're not restoring from that state, then throw away the current state,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue