[desktop] get def printer name

This commit is contained in:
Maxim Kadushkin 2022-11-16 00:08:16 +03:00
parent 50bf470a63
commit 72fd49401f

View file

@ -369,7 +369,10 @@ define([
}
return undefined;
}
},
getDefaultPrinterName: function () {
return nativevars ? nativevars.defaultPrinterName : '';
},
};
};