show version

This commit is contained in:
Julian Freeman
2026-04-17 17:57:31 -04:00
parent 7cf3622294
commit 837012d57f
4 changed files with 27 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ import ConfigurationView from "./components/config/ConfigurationView.vue";
import AppSidebar from "./components/sidebar/AppSidebar.vue";
import { useBrowserManager } from "./composables/useBrowserManager";
const appVersion = __APP_VERSION__;
const {
activeSection,
associatedProfilesModal,
@@ -106,6 +108,7 @@ const {
:loading="loading"
:configs-loading="configsLoading"
:browser-monogram="browserMonogram"
:app-version="appVersion"
@select-browser="selectedBrowserId = $event; page = 'browserData'"
@select-configuration="page = 'configuration'"
@refresh="refreshAll"