Updated TODO to reflect bugfix priority

This commit is contained in:
sose 2019-09-22 03:05:22 -04:00
parent b8de73f051
commit 6fb99ecffb
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ Part of TildeLinux.
### TODO ### TODO
- Code cleanup - Code cleanup
- Move shared functions into separate files - Move shared functions into separate files
- Initial ssh setup - **Initial ssh setup**
- And error when ssh is not configured - And error when ssh is not configured
- Password login - Password login
- An easy way to transfer private keys? - An easy way to transfer private keys?
- Error handling for file creation - Error handling for file creation
- Alert user if (local) directory they are trying to link to already contains a link - Alert user if (local) directory they are trying to link to already contains a link
- The exit and cancel buttons should do the same thing - **The exit and cancel buttons should do the same thing**
- A way to cleanly unlink directories - A way to cleanly unlink directories
### ChangeLog ### ChangeLog