[desktop] get def printer name
This commit is contained in:
parent
50bf470a63
commit
72fd49401f
|
@ -369,7 +369,10 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
},
|
||||||
|
getDefaultPrinterName: function () {
|
||||||
|
return nativevars ? nativevars.defaultPrinterName : '';
|
||||||
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue