Stefan Dej 84f2b6a473 bugfix: switching printers in remoteMode change to single mode
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-01-11 22:48:23 +01:00

6 lines
117 B
JavaScript

export default {
getUrl: state => {
return "//" + state.hostname + (state.port !== 80 ? ":"+state.port : "")
}
}