fix osu detection

This commit is contained in:
2025-01-21 21:15:40 +01:00
parent f7d23174a5
commit 4e6e53f8f0
2 changed files with 69 additions and 26 deletions

View File

@@ -10,8 +10,12 @@
import Heart from "lucide-svelte/icons/heart";
import { badgeVariants } from "@/components/ui/badge";
import { twMerge } from "tailwind-merge";
import { WebviewWindow } from "@tauri-apps/api/webviewWindow";
let progress = $state(0);
let extended = $state(false);
const current = WebviewWindow.getCurrent();
current.setAlwaysOnTop(true);
</script>
<div class="relative h-screen w-screen">