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() {
|
||||
return {
|
||||
connected: false,
|
||||
detected: true,
|
||||
detected: false,
|
||||
statusText: 'Desconectado',
|
||||
pos: 'right',
|
||||
layout: 1,
|
||||
@ -255,8 +255,13 @@
|
||||
});
|
||||
} else {
|
||||
window.go.main.App.Connect().then(res => {
|
||||
this.connected = true;
|
||||
this.statusText = 'Conectado';
|
||||
if (res === 'Conectado') {
|
||||
this.connected = true;
|
||||
this.detected = true;
|
||||
this.statusText = 'Conectado';
|
||||
} else {
|
||||
this.statusText = res;
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user