diff --git a/.prettierignore b/.prettierignore index 7d74fe2..18d88c6 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,6 @@ bun.lockb # Miscellaneous /static/ + +# Tauri +/src-tauri/ diff --git a/.prettierrc b/.prettierrc index badd21e..18dae0c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -9,7 +9,7 @@ "tabWidth": 2, "useTabs": false, "bracketSpacing": true, - "plugins": ["prettier-plugin-svelte", "prettier-plugin-rust"], + "plugins": ["prettier-plugin-svelte"], "overrides": [ { "files": "*.svelte", diff --git a/.vscode/settings.json b/.vscode/settings.json index 0949f69..3245f2c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "svelte.enable-ts-plugin": true, "editor.defaultFormatter": "esbenp.prettier-vscode", - "[rust]":{ + "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer" } } diff --git a/README.md b/README.md index eaf90c7..11d6018 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ It enhances the osu! experience with quality-of-life features and integration sp ## 💻 Supported Platforms -| Platform | Status | -| -------- | ---------------- | -| Windows | ✅ Supported | -| macOS | ❌ Not supported | +| Platform | Status | +| -------- | ---------------------------------------- | +| Windows | ✅ Supported | +| macOS | ❌ Not supported | | Linux | 🕧 Partially supported (via osu-winello) | > Currently, only **Windows** is fully supported. Support for other platforms may be considered in the future. diff --git a/src/lib/components/ui/titlebar/titlebar.svelte b/src/lib/components/ui/titlebar/titlebar.svelte index d08e917..d12ac8e 100644 --- a/src/lib/components/ui/titlebar/titlebar.svelte +++ b/src/lib/components/ui/titlebar/titlebar.svelte @@ -20,10 +20,14 @@