Fix_Spelling_Mistake : RV
This commit is contained in:
parent
e0944e65ba
commit
85526f8bbd
@ -817,7 +817,7 @@ try {
|
|||||||
|
|
||||||
<!-- Start this is Add TItle Dynamic -->
|
<!-- Start this is Add TItle Dynamic -->
|
||||||
<script>
|
<script>
|
||||||
var dynamicTitleValue = 'NexaAuther';
|
var dynamicTitleValue = 'Nexa Author';
|
||||||
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
||||||
</script>
|
</script>
|
||||||
<!-- End this is Add TItle Dynamic -->
|
<!-- End this is Add TItle Dynamic -->
|
||||||
|
|||||||
@ -5857,7 +5857,7 @@ setInterval(addSerialNotoLocalStorage, 1000)
|
|||||||
|
|
||||||
<!-- Start this is Add TItle Dynamic -->
|
<!-- Start this is Add TItle Dynamic -->
|
||||||
<script>
|
<script>
|
||||||
var dynamicTitleValue = 'NexaAuther';
|
var dynamicTitleValue = 'Nexa Author';
|
||||||
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
||||||
</script>
|
</script>
|
||||||
<!-- End this is Add TItle Dynamic -->
|
<!-- End this is Add TItle Dynamic -->
|
||||||
|
|||||||
@ -659,7 +659,7 @@ function copyFile(sourceFilePath, destinationFilePath) {
|
|||||||
|
|
||||||
<!-- Start this is Add TItle Dynamic -->
|
<!-- Start this is Add TItle Dynamic -->
|
||||||
<script>
|
<script>
|
||||||
var dynamicTitleValue = 'NexaAuther';
|
var dynamicTitleValue = 'Nexa Author';
|
||||||
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
|
||||||
</script>
|
</script>
|
||||||
<!-- End this is Add TItle Dynamic -->
|
<!-- End this is Add TItle Dynamic -->
|
||||||
|
|||||||
3
main.js
3
main.js
@ -36,6 +36,7 @@ async function createWindow() {
|
|||||||
width: 1200,
|
width: 1200,
|
||||||
height: 800,
|
height: 800,
|
||||||
icon: path.join(__dirname, 'assets', 'images', 'Nexa_Author Icon.png'),
|
icon: path.join(__dirname, 'assets', 'images', 'Nexa_Author Icon.png'),
|
||||||
|
title: 'Nexa Author',
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
@ -90,7 +91,7 @@ async function createWindow() {
|
|||||||
// editors[divId] = editor;
|
// editors[divId] = editor;
|
||||||
// });
|
// });
|
||||||
// mainWindow.setTitle(require('./package.json').name);
|
// mainWindow.setTitle(require('./package.json').name);
|
||||||
mainWindow.setTitle('NexaAuther');
|
mainWindow.setTitle('Nexa Author');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "nexa-author",
|
"name": "Nexa Author",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user