Skip to content

Commit

Permalink
Kisebb hibajavítások
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyta committed Jul 26, 2019
1 parent 132f3b1 commit 3ee0f3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
</div>
<div id="settingsJavaExecDetails">Kiválasztva: Java 8 Update 172 (x64)</div>
<div class="settingsFileSelActions file-field input-field">
<input class="settingsFileSelVal" iid="settingsJavaExecVal" type="text"
<input class="settingsFileSelVal" id="settingsJavaExecVal" type="text"
value="null" cValue="JavaExecutable" disabled>
<input class="settingsFileSelSel" id="settingsJavaExecSel" type="file"
<%=process.platform==='win32' ? 'accept=.exe' : '' %>>
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function createWindow() {
win.show()
})*/

win.removeMenu()
//win.removeMenu()

win.setResizable(true)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newhopelauncher",
"version": "2.1.1",
"version": "2.1.2",
"productName": "NewHope",
"description": "NewHope saját launchere",
"author": "Daniel Scalzi (https://github.com/dscalzi/), Gál Péter (https://github.com/pepyta/)",
Expand Down

0 comments on commit 3ee0f3e

Please sign in to comment.