We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c381c8d commit bf60f4fCopy full SHA for bf60f4f
1 file changed
src/webpage/settings.ts
@@ -1137,7 +1137,7 @@ class InstancePicker implements OptionsElement<InstanceInfo | null> {
1137
const d = new Dialog("");
1138
const instnaces = getInstances() ?? [];
1139
for (const i of instnaces) {
1140
- //if (!i.display) continue;
+ if (!i.display) continue;
1141
const instance = document.createElement("div");
1142
instance.classList.add("flexttb", "instDiv");
1143
const div = document.createElement("div");
0 commit comments