Skip to content

Commit

Permalink
Window title information
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 28, 2021
1 parent 32d4c28 commit 83d1edf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ const createWindows = () => {
* Create windows
*/
window_landing = new BrowserWindow({
title: `Authme ${authme_version}`,
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand All @@ -430,6 +431,7 @@ const createWindows = () => {
})

window_confirm = new BrowserWindow({
title: `Authme ${authme_version}`,
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand All @@ -453,6 +455,7 @@ const createWindows = () => {
})

window_application = new BrowserWindow({
title: `Authme ${authme_version}`,
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand All @@ -476,6 +479,7 @@ const createWindows = () => {
})

window_settings = new BrowserWindow({
title: "Authme Settings",
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand All @@ -499,6 +503,7 @@ const createWindows = () => {
})

window_import = new BrowserWindow({
title: "Authme Import",
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand All @@ -522,6 +527,7 @@ const createWindows = () => {
})

window_export = new BrowserWindow({
title: "Authme Export",
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand All @@ -545,6 +551,7 @@ const createWindows = () => {
})

window_edit = new BrowserWindow({
title: "Authme Edit codes",
x: display.bounds.x,
y: display.bounds.y,
width: 1900,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"!screenshots",
"!samples",
"!scripts",
"!tests",
"!**/*.scss",
"!.*"
],
Expand Down
Loading

0 comments on commit 83d1edf

Please sign in to comment.