Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
McDaived committed Jul 14, 2023
1 parent d1aacf1 commit 93d4567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ var mainWindow, axiosClient, accessToken, entitlementsToken, playerUUid, riotCli

app.whenReady().then(() => {
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1000,
height: 800,
resizable: false,
frame: false,
webPreferences: {
Expand Down

0 comments on commit 93d4567

Please sign in to comment.