mirror of
https://github.com/kopia/kopia.git
synced 2026-01-25 14:58:00 -05:00
fix(ui): fixed missing directory browser button in KopiaUI (#2155)
Fixes #2145
This commit is contained in:
@@ -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