Delete funding.yml as the Lawsnotes thingy & Update README & Wipedev
Some checks failed
Build and Push Beta Image / build-and-push (push) Has been cancelled

scripts to give windows ppl a script to use & add MORE docker-compose
files :D also updated deploy.md & gitignore, but the groq api thing is
still broken tho.
This commit is contained in:
yuanhau 2025-07-02 22:46:39 +08:00
parent fe9cb6e588
commit 0c904fd5bd
15 changed files with 276 additions and 248 deletions

View file

@ -500,7 +500,7 @@ const toggleMinWindow = (windowUUId: string) => {
component: activeWindow.component,
name: activeWindow.name,
title: activeWindow.title,
width: activeWindow.width,
width: activeWindow.width, // HUH THIS IS CAUSING THE ERROR????
height: activeWindow.height,
black: activeWindow.black || false,
translatable: activeWindow.translatable || false,