fix windows

rdesktop2
bunsenstraat 1 year ago
parent 0de6b9cc74
commit 34acdb76a1
  1. 3
      apps/remixdesktop/src/plugins/fsPlugin.ts

@ -43,6 +43,9 @@ export class FSPlugin extends ElectronBasePlugin {
const newFolders = openedFolders.filter((f: string) => !foldersToDelete.includes(f))
this.call('electronconfig', 'writeConfig', { 'recentFolders': newFolders })
}
}else{
console.log('no opened folders')
createWindow()
}
}

Loading…
Cancel
Save