fix: remove small leftover from old config
This commit is contained in:
parent
1ed73226b2
commit
76f29fa65c
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ public class ZigProjectSettingsPanel implements MyDisposable {
|
||||||
r.button("Autodetect", $f(this::autodetect));
|
r.button("Autodetect", $f(this::autodetect));
|
||||||
});
|
});
|
||||||
p2.cell("Toolchain version", toolchainVersion);
|
p2.cell("Toolchain version", toolchainVersion);
|
||||||
p2.cell("Override standard library path", stdFieldOverride);
|
|
||||||
p2.row("Standard library location", row -> {
|
p2.row("Standard library location", row -> {
|
||||||
row.cell(pathToStdField).resizableColumn().align(AlignX.FILL);
|
row.cell(pathToStdField).resizableColumn().align(AlignX.FILL);
|
||||||
row.cell(stdFieldOverride);
|
row.cell(stdFieldOverride);
|
||||||
|
|
Loading…
Add table
Reference in a new issue