Skip to content

Commit

Permalink
feat: add usability check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Aug 18, 2024
1 parent 9302476 commit fce6f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import type { GitCommit, GitProgress } from './workers/git';
import { gitCORS, type GitCORS } from './utils/gitCORS';
const isProcessing = ref(false);
const errorText = ref('');
const errorText = ref(!window.showDirectoryPicker ? '悲报,你的浏览器不支持使用本更新器' : '');
const gitProgress = ref<GitProgress>();
const updateType = useLocalStorage<'full' | 'increment'>('updateType', 'full');
const startCommit = useLocalStorage('startCommit', '');
Expand Down

0 comments on commit fce6f37

Please sign in to comment.