Custom right panel tabs to fix #58
This commit is contained in:
parent
4149a49807
commit
293e0665c6
2 changed files with 109 additions and 51 deletions
|
|
@ -279,9 +279,6 @@ export default {
|
|||
this.$store.commit("setConnected");
|
||||
// Check client and server match
|
||||
this.checkServerVersion();
|
||||
// Switch to live view tab
|
||||
// TODO: Not working for some reason?
|
||||
this.$root.$emit("globalTogglePanelRightTab", "preview");
|
||||
} else {
|
||||
// Error and no-connect if API v2 is missing
|
||||
var ApiVersionError = Error(`Your microscope is running an old API version.\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue