Pop BusyPage on errors too
This commit is contained in:
parent
323b5715e6
commit
dd75832e8a
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@ Page {
|
|||
else if (printer.jobAttrs.hasOwnProperty("job-state")) {
|
||||
msg = Utils.ippName("job-state", printer.jobAttrs["job-state"].value)
|
||||
}
|
||||
pageStack.pop()
|
||||
if(status == true) {
|
||||
notifier.notify(qsTr("Print success: ") + msg)
|
||||
pageStack.pop() //or replace?
|
||||
}
|
||||
else {
|
||||
notifier.notify(qsTr("Print failed: ") + msg)
|
||||
|
|
Loading…
Reference in a new issue