Skip to content

Commit

Permalink
add windows preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 25, 2024
1 parent bd2c501 commit 53cc7b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions src/components/TauriConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,20 +233,6 @@
/>
</el-form-item>
</el-form>
<el-form-item
label="additionalBrowserArgs"
prop="additionalBrowserArgs"
class="formItem"
>
<el-input
v-model="tauriConfig.windows.additionalBrowserArgs"
autocomplete="off"
autoCapitalize="off"
autoCorrect="off"
spellCheck="false"
placeholder="additionalBrowserArgs"
/>
</el-form-item>
</div>
</el-collapse-item>
<el-collapse-item title="cli" name="2" disabled>
Expand Down
2 changes: 0 additions & 2 deletions src/pages/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,6 @@ const tauriConfig = reactive({
hiddenTitle: false,
acceptFirstMouse: false,
tabbingIdentifier: '',
additionalBrowserArgs:
'--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection',
},
})
Expand Down

0 comments on commit 53cc7b0

Please sign in to comment.