mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
Change resource locations
This commit is contained in:
2
main.js
2
main.js
@@ -10,7 +10,7 @@ function createWindow () {
|
||||
height: 500, //550
|
||||
resizable: false,
|
||||
frame: false,
|
||||
icon: "bin/icon-light.png",
|
||||
icon: "img/icon-light.png",
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ new customTitlebar.Titlebar({
|
||||
shadow: true,
|
||||
titleHorizontalAlignment: "left",
|
||||
enableMnemonics: false,
|
||||
icon: "bin/icon-light.png"
|
||||
icon: "img/icon-light.png"
|
||||
})
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user