Skip to content

Commit

Permalink
fix #806
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Sep 17, 2024
1 parent 5fc050d commit 9bac398
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions freedata_gui/src/components/main_modals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
import { useStationStore } from "../store/stationStore.js";
import { getStationInfoByCallsign, setStationInfoByCallsign } from "../js/stationHandler.js";
import { settingsStore } from "../store/settingsStore.js";
import { settingsStore as settings } from "../store/settingsStore.js";
import { settingsStore as settings, onChange } from "../store/settingsStore.js";
import { sendModemTestFrame } from "../js/api";
import { newMessage, deleteCallsignFromDB } from "../js/messagesHandler.js";
import main_startup_check from "./main_startup_check.vue";
// Chart.js imports
import {
Chart as ChartJS,
Expand Down

0 comments on commit 9bac398

Please sign in to comment.