mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-20 00:25:14 +00:00
fix: remove unused import and variable
This commit is contained in:
parent
cc39c6b45a
commit
bf8b3248d8
2 changed files with 1 additions and 2 deletions
|
|
@ -91,7 +91,6 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted } from 'vue';
|
||||
import { getCurrent } from '@tauri-apps/api/core';
|
||||
|
||||
const isMaximized = ref(false);
|
||||
const isMacOS = ref(false);
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const props = defineProps<{
|
|||
apiConfig: any;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
defineEmits<{
|
||||
openSettings: [];
|
||||
}>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue