+
{{ downloadEndDateError }}
@@ -159,8 +161,18 @@
no-caps
dense
:options="[
- { value: true, label: 'Overwrite Existing', icon: 'note_alt' },
- { value: false, label: 'Download New Only', icon: 'note_add' },
+ {
+ value: true,
+ label: 'Overwrite Existing',
+ icon: 'note_alt',
+ attrs: { style: 'font-size: 0.7rem' },
+ },
+ {
+ value: false,
+ label: 'Download New Only',
+ icon: 'note_add',
+ attrs: { style: 'font-size: 0.7rem' },
+ },
]"
>
diff --git a/src/composables/app-version.ts b/src/composables/app-version.ts
deleted file mode 100644
index ddab5be..0000000
--- a/src/composables/app-version.ts
+++ /dev/null
@@ -1 +0,0 @@
-export const AddInAppVersion = "0.1.0-alpha";
diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue
index 492b271..d44b7b4 100644
--- a/src/pages/IndexPage.vue
+++ b/src/pages/IndexPage.vue
@@ -3,8 +3,8 @@
ExpLens
-
{{ AddInAppVersion }}
-

+
{{ packageVersion }}
+
@@ -117,15 +117,27 @@