mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed missing updater
This commit is contained in:
parent
8b65b6240b
commit
fbcc49019f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
import { Modal } from "bootstrap";
|
import { Modal } from "bootstrap";
|
||||||
import { onMounted } from "vue";
|
import { onMounted } from "vue";
|
||||||
|
|
||||||
import infoScreen_updater from "./infoScreen_updater.vue";
|
import settings_updater_core from "./settings_updater_core.vue";
|
||||||
|
|
||||||
import { setActivePinia } from "pinia";
|
import { setActivePinia } from "pinia";
|
||||||
import pinia from "../store/index";
|
import pinia from "../store/index";
|
||||||
|
@ -427,7 +427,7 @@ function testHamlib() {
|
||||||
Modem version | {{ state.modem_version }}
|
Modem version | {{ state.modem_version }}
|
||||||
</button>
|
</button>
|
||||||
<div :class="updateAvailable === '1' ? '' : 'd-none'">
|
<div :class="updateAvailable === '1' ? '' : 'd-none'">
|
||||||
<infoScreen_updater />
|
<settings_updater_core />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue