mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Title Window
This commit is contained in:
2
main.js
2
main.js
@@ -40,7 +40,7 @@ async function createWindow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
title: "Freedom Loader",
|
title: "Freedom Loader 1.2.2", // A Changer à chaque Version
|
||||||
width: 750,
|
width: 750,
|
||||||
height: 800,
|
height: 800,
|
||||||
minWidth: 750,
|
minWidth: 750,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
font-src https://fonts.gstatic.com;
|
font-src https://fonts.gstatic.com;
|
||||||
img-src 'self' data: https://i.ytimg.com;
|
img-src 'self' data: https://i.ytimg.com;
|
||||||
">
|
">
|
||||||
<title>Freedom Loader</title>
|
<title></title>
|
||||||
|
|
||||||
<!--CSS-->
|
<!--CSS-->
|
||||||
<link rel="stylesheet" href="styles/styles.css">
|
<link rel="stylesheet" href="styles/styles.css">
|
||||||
|
|||||||
Reference in New Issue
Block a user