feat: showing recipe list values
- add displaying for values in recipe list, with some editable fields except topping, string params, feed pattern/level Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
parent
4866674f26
commit
dbb5ce466c
14 changed files with 640 additions and 37 deletions
|
|
@ -244,7 +244,7 @@
|
|||
connectionButtonVariant = 'default';
|
||||
connectDeviceOk = false;
|
||||
}
|
||||
connectionButtonDisable = false;
|
||||
// connectionButtonDisable = false;
|
||||
}
|
||||
|
||||
async function checkStoredCredentials() {
|
||||
|
|
@ -336,7 +336,7 @@
|
|||
|
||||
onMount(async () => {
|
||||
await checkStoredCredentials();
|
||||
await tryAutoConnect();
|
||||
if (!connectDeviceOk && !adb.getAdbInstance()) await tryAutoConnect();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue