Skip to content

Commit

Permalink
Dev 0.4.2 alpha (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin authored Feb 9, 2023
1 parent c0253fb commit 0e82adb
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 451 deletions.
1 change: 1 addition & 0 deletions src/components/Apps/AppCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export default {
this.openSystemApps(item)
} else if (item.type === "LinkApp") {
window.open(item.host, '_blank');
this.removeIdFromSessionStorage(item.id);
} else {
this.$refs.dro.isActive = false
if (item.state === 'running') {
Expand Down
Loading

0 comments on commit 0e82adb

Please sign in to comment.