Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Jun 15, 2024
1 parent 3c1b232 commit 863ac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/layout/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const openWebview = (app)=>{
getCurrentDL().then((urls)=>{
console.log(urls)
})
} else if(platform.value=='windows' || true){
} else if(platform.value=='windows'){
// windows API not available on mobile
options.parent = getCurrent();
Expand Down

0 comments on commit 863ac9e

Please sign in to comment.