Skip to content

Commit 140975d

Browse files
committed
cactbot from preset
1 parent 72910a4 commit 140975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/renderer/src/views/Cactbot.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
import { OverlayURL } from "../lib/url"
33
4-
const cactbotUrl = new OverlayURL("https://quisquous.github.io/cactbot/ui/config/config.html", true).compute()
4+
const cactbotUrl = OverlayURL.fromPreset("cactbot_config").compute()
55
</script>
66

77
<style>

0 commit comments

Comments
 (0)