Skip to content

Commit

Permalink
fix agreementMask not open
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 29, 2024
1 parent c775d93 commit f842be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/core/db/init/tbl_setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"value": false
},
{ "key": "agreementMask",
"value": "false"
"value": false
},
{ "key": "recordShortcut",
"value": ""
Expand Down
1 change: 0 additions & 1 deletion src/renderer/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<script setup lang="ts">
import { computed, onMounted, reactive } from 'vue';
import moment from 'moment';
import PLAY_CONFIG from '@/config/play';
import { setup } from '@/api/setting';
import PrivacyPolicyView from '@/pages/PrivacyPolicy.vue';
Expand Down

0 comments on commit f842be6

Please sign in to comment.