Skip to content

Commit

Permalink
fix: about dialog warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Feb 7, 2024
1 parent 97cdc93 commit 1f1cc2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AboutDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ const { dialogRef, onDialogHide, onDialogOK } = useDialogPluginComponent()
// INFO
const appVersion = process.env.APP_VERSION ?? 'Unknown'
const appMode = process.env.MODE ?? 'Unknown'
const currentYear = new Date().getFullYear()
</script>

0 comments on commit 1f1cc2a

Please sign in to comment.