Skip to content

Commit

Permalink
implemented install
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizanDurrani committed Nov 3, 2024
1 parent 8094ddd commit 14ea8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
async function installSelectedPlugins() {
console.log("Installing plugins:", selectedPluginDetails)
showInstallConfirm = false
window.location.href = "paperback://installExtensions?data=" + btoa(JSON.stringify(selectedPlugins))
selectedPlugins = []
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/RepositoryList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
on:click|stopPropagation={onAddClick}
>
<Plus class="w-4 h-4 mr-1.5" />
Add Repository
Add
</button>
</div>
{:else}
Expand Down

0 comments on commit 14ea8c9

Please sign in to comment.