Skip to content

Commit 4d3348a

Browse files
committed
Disable circuit board wasn't working
Fixes #15
1 parent f67e6b5 commit 4d3348a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/quick_conn_start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const ext = {
6464
defaultValue: 1,
6565

6666
onChange: (...args) => {
67-
const option = parseInt(app.ui.settings.getSettingValue(circuitBoardId, 1), 10);
67+
const option = parseInt(app.ui.settings.getSettingValue(circuitBoardEnableId, 1), 10);
6868
circuitBoardLines.enabled = (option === 1);
6969
app.graph.config.links_ontop = (option === 2);
7070
return app.graph.change.apply(app.graph, args);

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "quick-connections"
33
description = "Quick connections, Circuit board connections"
4-
version = "1.0.12"
4+
version = "1.0.13"
55
license = {text = "MIT License"}
66

77
[project.urls]

0 commit comments

Comments
 (0)