aboutsummaryrefslogtreecommitdiff
path: root/src/routes/tools
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-03 00:37:53 -0800
committerFuwn <[email protected]>2024-03-03 00:37:53 -0800
commit1f28b453fa3b0292f39e71d84d13d85c0802fc0a (patch)
treeb72eb64e89840df5f9968c41b7043975aeafb1e1 /src/routes/tools
parentfeat(girls): senpy integration (diff)
downloaddue.moe-1f28b453fa3b0292f39e71d84d13d85c0802fc0a.tar.xz
due.moe-1f28b453fa3b0292f39e71d84d13d85c0802fc0a.zip
feat(tools): senpy shortcut
Diffstat (limited to 'src/routes/tools')
-rw-r--r--src/routes/tools/[tool]/+page.svelte2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/tools/[tool]/+page.svelte b/src/routes/tools/[tool]/+page.svelte
index 12ecde4d..1e1615ff 100644
--- a/src/routes/tools/[tool]/+page.svelte
+++ b/src/routes/tools/[tool]/+page.svelte
@@ -25,6 +25,8 @@
});
$: suggestion = closest(tool, Object.keys(tools));
+
+ $: if (tool == 'girls') goto(root('/girls'));
</script>
<Picker bind:tool />