Skip to content

Commit

Permalink
.....
Browse files Browse the repository at this point in the history
  • Loading branch information
buzhfianji committed Jul 3, 2024
1 parent 1dcbe28 commit eb2b849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ linux:
- target: snap
arch:
- x64
- arm64
- target: deb
arch:
- x64
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/view/setting/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const textOpacity = { '--tw-text-opacity': 0.6 };
:desc="t('setting.openRecycleBinDesc')" />
<CheckBoxView v-model="settingStore.isNoteShowClass" :title="t('setting.noteShowClassTitle')"
:desc="t('setting.noteShowClassDesc')" />
<CheckBoxView v-model="settingStore.isAutoHighlight" title="t('setting.autoHighlightTitle')"
<CheckBoxView v-model="settingStore.isAutoHighlight" :title="t('setting.autoHighlightTitle')"
:desc="t('setting.autoHighlightDesc')" />
<CheckBoxView v-model="settingStore.isRemeberPosition" :title="t('setting.rememberPositionTitle')"
:desc="t('setting.rememberPositionDesc')" />
Expand Down

0 comments on commit eb2b849

Please sign in to comment.