[V1] Fixed SplashScreen Rasterization/Pixel-Detection

This commit is contained in:
Youwes09
2026-02-24 19:52:17 -06:00
parent fec0e5d3f6
commit 7d3d76fa6d
3 changed files with 93 additions and 86 deletions
+1
View File
@@ -136,6 +136,7 @@ function TextRow({ value, onChange, label, description, placeholder }: {
);
}
// ── Tabs ──────────────────────────────────────────────────────────────────────
function GeneralTab({ settings, update }: { settings: Settings; update: (p: Partial<Settings>) => void }) {