Skip to content

Commit 863ac9e

Browse files
committed
update
1 parent 3c1b232 commit 863ac9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/layout/Apps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const openWebview = (app)=>{
8080
getCurrentDL().then((urls)=>{
8181
console.log(urls)
8282
})
83-
} else if(platform.value=='windows' || true){
83+
} else if(platform.value=='windows'){
8484
// windows API not available on mobile
8585
options.parent = getCurrent();
8686

0 commit comments

Comments
 (0)