Remove unnessecary "is defined" check
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
This commit is contained in:
parent
f12117c532
commit
6ae3b183fd
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user