We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c775d93 commit f842be6Copy full SHA for f842be6
src/main/core/db/init/tbl_setting.json
@@ -79,7 +79,7 @@
79
"value": false
80
},
81
{ "key": "agreementMask",
82
- "value": "false"
+ "value": false
83
84
{ "key": "recordShortcut",
85
"value": ""
src/renderer/src/App.vue
@@ -5,7 +5,6 @@
5
6
<script setup lang="ts">
7
import { computed, onMounted, reactive } from 'vue';
8
-import moment from 'moment';
9
import PLAY_CONFIG from '@/config/play';
10
import { setup } from '@/api/setting';
11
import PrivacyPolicyView from '@/pages/PrivacyPolicy.vue';
0 commit comments