Skip to content

Commit

Permalink
fix: Wrong title
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Jun 12, 2022
1 parent 1f4612b commit d700c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ ipcMain.on(MSFT_OPCODE.OPEN_LOGIN, (ipcEvent, ...arguments_) => {
parent: win,
modal: true,
resizable: false,
title: 'Connexion via Microsoft',
title: 'Microsoft Login',
backgroundColor: '#222222',
width: 520,
height: 700,
Expand Down

0 comments on commit d700c93

Please sign in to comment.