Show mDNS devices first if running electron

This commit is contained in:
Joel Collins 2020-04-06 14:32:58 +01:00
parent a8bdea5b5b
commit 79620b4d9c
2 changed files with 28 additions and 28 deletions

View file

@ -94,17 +94,6 @@ export default {
placement: "bottom"
}
},
...(!this.liteMode
? [
{
target: "#saved-connections-grid",
header: {
title: "Saved microscopes"
},
content: `Connect to your saved microscopes for faster access`
}
]
: []),
...(this.isElectron && !this.liteMode
? [
{
@ -116,6 +105,17 @@ export default {
}
]
: []),
...(!this.liteMode
? [
{
target: "#saved-connections-grid",
header: {
title: "Saved microscopes"
},
content: `Connect to your saved microscopes for faster access`
}
]
: []),
...(!this.liteMode
? [
{