shell tab

This commit is contained in:
Jan Prochazka
2021-03-11 13:40:19 +01:00
parent 7d6bf90a0a
commit 913f89e970
13 changed files with 364 additions and 87 deletions

View File

@@ -0,0 +1,15 @@
<script lang="ts">
import getElectron from '../../utility/getElectron';
const electron = getElectron();
export let row;
</script>
<a
href="#"
on:click={() => {
electron.remote.shell.showItemInFolder(row.path);
}}
>
show
</a>