mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
parent
06abbadbb5
commit
03f6a9bc30
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ bool ImageWriter::hasSshKeyGen()
|
|||
#ifdef Q_OS_WIN
|
||||
return QFile::exists(_sshKeyGen());
|
||||
#else
|
||||
return true;
|
||||
return !_embeddedMode;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue