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

Commit 9e4f073

Browse files
committed
Disabled image dragging #2
1 parent 1e83ebd commit 9e4f073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
</script>
2424
<button id="account" onclick="clickAccountsButton()"><p style="visibility: hidden;">Click to switch</p></button>
25-
<img id="avatar" src="https://minotar.net/helm/mhf_question/64.png">
25+
<img id="avatar" src="https://minotar.net/helm/mhf_question/64.png" draggable="false">
2626
<div id="versions" style="visibility: hidden;"></div>
2727
<script>
2828
electronAPI.on('accounts', (event, accountList, index) => {

0 commit comments

Comments
 (0)