Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 1e83ebd

Browse files
committed
Disabled image dragging
1 parent 3e800fc commit 1e83ebd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplelauncher",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Launcher for SimpleClient",
55
"main": "src/main.js",
66
"scripts": {

src/gui/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
10-
<img id="background-image" src="background.jpg">
11-
<div id="logo"><img src="logo.png"><p>impleClient</p></div>
10+
<img id="background-image" src="background.jpg" draggable="false">
11+
<div id="logo"><img src="logo.png" draggable="false"><p>impleClient</p></div>
1212
<button id="launch" onclick="electronAPI.send('launch', {versionId: document.getElementById('launch').value, uuid: document.getElementById('account').value})" value="" disabled></button>
1313
<div id="accounts" style="visibility: hidden;">
1414
<button class="account" onclick="electronAPI.send('login')" style="margin-bottom: 0.5vh;">Add Account</button>

0 commit comments

Comments
 (0)