mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55: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
|
#ifdef Q_OS_WIN
|
||||||
return QFile::exists(_sshKeyGen());
|
return QFile::exists(_sshKeyGen());
|
||||||
#else
|
#else
|
||||||
return true;
|
return !_embeddedMode;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue