Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 24, 2024
1 parent d199663 commit d527fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"title": "PakePlus",
"width": 800,
"height": 600,
"center": true
"center": true,
"additionalBrowserArgs": "--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection"
}
],
"security": {
Expand Down
3 changes: 2 additions & 1 deletion src/pages/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ const tauriConfig = reactive({
hiddenTitle: false,
acceptFirstMouse: false,
tabbingIdentifier: '',
additionalBrowserArgs: '',
additionalBrowserArgs:
'--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection',
},
})
Expand Down

0 comments on commit d527fdf

Please sign in to comment.