Skip to content

Commit 74981a2

Browse files
authored
Merge branch 'main' into grid-editor
2 parents b08e7cd + 5669d69 commit 74981a2

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"WebFetch(domain:lucide.dev)",
8888
"mcp__context7__get-library-docs",
8989
"WebFetch(domain:developer.chrome.com)"
90+
"WebFetch(domain:raw.githubusercontent.com)"
9091
],
9192
"deny": [],
9293
"additionalDirectories": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
A complete rewrite of FlashForgeUI (C#) bringing enhanced features and better compatibility to all platforms!
66

7-
Download the latest release for your OS [here](https://github.com/Parallel-7/FlashForgeUI-Electron/releases/tag/v1.0.1)!
7+
Download the latest release for your OS [here](https://github.com/Parallel-7/FlashForgeUI-Electron/releases/tag/v1.0.2)!
88

99
## Setup & FAQs
1010
Check out the user guide [here](https://github.com/Parallel-7/FlashForgeUI-Electron/tree/main/docs)

src/preload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,4 @@ declare global {
518518
CAMERA_URL: string;
519519
}
520520
}
521+

src/renderer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,3 +2331,4 @@ window.addEventListener('beforeunload', () => {
23312331

23322332
console.log('Enhanced renderer cleanup complete - all resources disposed');
23332333
});
2334+

src/webui/static/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2788,3 +2788,4 @@ if (document.readyState === 'loading') {
27882788
} else {
27892789
void initialize();
27902790
}
2791+

0 commit comments

Comments
 (0)