Unmount on Exit pressed
This commit is contained in:
parent
ba8f5aa8be
commit
1e164d8239
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ class LoginWindow private constructor(parent: TApplication, flags: Int) :
|
||||||
fun loginActivity() {
|
fun loginActivity() {
|
||||||
var usernameDetail = loginField.text
|
var usernameDetail = loginField.text
|
||||||
var serverDetail = serverField.text
|
var serverDetail = serverField.text
|
||||||
//TODO: For windows, instead of ssh pass?? https://github.com/PowerShell/Win32-OpenSSH/issues/1943
|
//TODO: https://github.com/winfsp/sshfs-win for sshfs?
|
||||||
// and https://github.com/winfsp/sshfs-win for sshfs?
|
|
||||||
// and https://microsoft.github.io/Git-Credential-Manager-for-Windows/Docs/Askpass.html for askpass????
|
// and https://microsoft.github.io/Git-Credential-Manager-for-Windows/Docs/Askpass.html for askpass????
|
||||||
//openssh-askpass as well
|
//openssh-askpass as well
|
||||||
val createMntPnt =
|
val createMntPnt =
|
||||||
|
|
Loading…
Reference in a new issue