Design fixes #50

Merged
SinusFox merged 62 commits from design-fixes into main 2024-10-11 14:23:53 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 84f43463b9 - Show all commits
+1 -1
View File
@@ -128,7 +128,7 @@ function isInputFilled(obj: string | undefined, subj: string | undefined, bounds
return true; return true;
} }
export function calculate_click() { function calculate_click(maximize: boolean) {
customLogClear(); customLogClear();
const timer = walltimeStart(); const timer = walltimeStart();
customLog("calculating"); customLog("calculating");