added sidebar toggle button

This commit is contained in:
zadam
2021-05-22 21:35:25 +02:00
parent 5b220adc31
commit 1302765478
10 changed files with 75 additions and 75 deletions

View File

@@ -100,7 +100,7 @@ export default class LoadResults {
}
isOptionReloaded(name) {
this.options.includes(name);
return this.options.includes(name);
}
/**