Skip to content

Commit

Permalink
Merge pull request #42 from prometheon/fix/local-files-integration
Browse files Browse the repository at this point in the history
Fix: local files integration
  • Loading branch information
alavren authored Aug 31, 2023
2 parents df22825 + 56b6cde commit c6165a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bedrock",
"version": "1.5.14",
"version": "1.5.15",
"description": "Bedrock App",
"license": "MIT",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ const createWindow = async () => {
}
);

localFilesWatcher.attachWebContents(win.webContents);

win.on('resize', () => {
if (win) {
// set BrowserView's bounds explicitly
Expand Down

0 comments on commit c6165a3

Please sign in to comment.