fix: icone (não deu certo)
This commit is contained in:
parent
879ae24ca6
commit
f5da209d22
BIN
appicon_upscayl_16x_upscayl-standard-4x.png
Normal file
BIN
appicon_upscayl_16x_upscayl-standard-4x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 981 B |
BIN
build/appicon_w.png
Normal file
BIN
build/appicon_w.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 993 B |
11
frontend/dist/index.html
vendored
11
frontend/dist/index.html
vendored
@ -218,7 +218,7 @@
|
|||||||
function kvmApp() {
|
function kvmApp() {
|
||||||
return {
|
return {
|
||||||
connected: false,
|
connected: false,
|
||||||
detected: true,
|
detected: false,
|
||||||
statusText: 'Desconectado',
|
statusText: 'Desconectado',
|
||||||
pos: 'right',
|
pos: 'right',
|
||||||
layout: 1,
|
layout: 1,
|
||||||
@ -255,8 +255,13 @@
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
window.go.main.App.Connect().then(res => {
|
window.go.main.App.Connect().then(res => {
|
||||||
this.connected = true;
|
if (res === 'Conectado') {
|
||||||
this.statusText = 'Conectado';
|
this.connected = true;
|
||||||
|
this.detected = true;
|
||||||
|
this.statusText = 'Conectado';
|
||||||
|
} else {
|
||||||
|
this.statusText = res;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user