mirror of
https://github.com/kopia/kopia.git
synced 2026-09-23 18:55:09 -04:00
fix(ui): fixed missing directory browser button in KopiaUI (#2155)
Fixes #2145
This commit is contained in:
1 parent
aec08c84c2
commit
0f680cd24e
1 file changed
+1
-1
@@ -31,7 +31,7 @@ function showRepoWindow(repoID) {
|
||||
title: 'KopiaUI is Loading...',
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
preload: path.join(resourcesPath(), 'preload.js'),
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in new issue
Block a user