()
| 99 | } |
| 100 | |
| 101 | forceUpdate() { |
| 102 | window.setup_IPC.update().then((results) => { |
| 103 | this.folders = results.folders |
| 104 | this.wizard = results.wizard |
| 105 | |
| 106 | for ( const update of this.update ) { |
| 107 | update() |
| 108 | } |
| 109 | }) |
| 110 | } |
| 111 | |
| 112 | open() { |
| 113 | this.forceUpdate() |