Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
desperately trying to hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
TeleKiwi committed Jan 8, 2022
1 parent e7215ab commit 2a32acf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ src/Segoe_UI_Bold_Italic.ttf
src/Segoe_UI_Bold.ttf
src/Segoe_UI_Italic.ttf
src/Segoe_UI.ttf
src/out
src/1x
src/2x
7 changes: 2 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<link rel="stylesheet" href="style.css" />
<script src="./mainui.js"></script>
<script src="./renderer.js"></script>
</head>
<body>

Expand Down Expand Up @@ -103,10 +102,8 @@ <h4 style="font-weight: 400;" class="segoeui">User</h4>
<img src="https://cdn.discordapp.com/attachments/912067668608159764/918965110549123092/unknown.png" style="width: 150px; height: 150px;" id="gameIcon5">

<p id="gameName" style="font-family: 'Segoe UI Bold'; font-size: 15px; text-align: center; margin-top: -3px">Really Good Game 5</p>
</div>



</div>

<script src="./renderer.js"></script>
</body>
</html>
4 changes: 1 addition & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ function createWindow () {
frame: false,
backgroundColor: '#FFF',
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true,
contextIsolation: false
nodeIntegration: true
}
});

Expand Down

1 comment on commit 2a32acf

@BlueFalconHD
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did it work?

Please sign in to comment.