Skip to content

Commit f038a62

Browse files
cleaning up
1 parent 29c1e0e commit f038a62

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/routes/essentials/+page.svelte

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,6 @@
5959
</GDLButton>
6060

6161

62-
<GDLButton on:click={async() => {
63-
const result = await Swal.fire({
64-
title: m.nekoray_warning(),
65-
html: m.nekoray_warning_text(),
66-
icon: 'warning',
67-
showCancelButton: true,
68-
background: '#222',
69-
color: 'white',
70-
confirmButtonColor: '#333',
71-
cancelButtonText: m.back()
72-
});
73-
if (result.isConfirmed) {
74-
fetch("/open-pamac/package/nekoray")
75-
}
76-
}}>
77-
<Icon class="me-3" icon="arcticons:nekobox" width="24" height="24" />
78-
Nekoray (VPN)
79-
</GDLButton>
80-
81-
8262
<GDLButton on:click={() => {
8363
fetch("/open-pamac/package/kdenlive")
8464
}}>

0 commit comments

Comments
 (0)