Remove unnessecary "is defined" check

Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
This commit is contained in:
ADudeCalledLeo 2022-10-25 21:18:53 +03:00
parent f12117c532
commit 6ae3b183fd
No known key found for this signature in database
GPG Key ID: 2E08DA5D6AF36F3B

View File

@ -2112,7 +2112,7 @@ void MainWindow::on_actionCreateInstanceShortcut_triggered()
// TODO
// need to convert icon to ICO format and save it somewhere...
iconPath = "";
#elif defined(Q_OS_UNIX)
#else
iconPath = icon->getFilePath();
#endif
if (FS::createShortcut(FS::PathCombine(desktopPath, m_selectedInstance->name()),