NOISSUE curly brace formatting

This commit is contained in:
arthomnix 2022-07-03 13:17:25 +01:00
parent 018e6229ca
commit bf5be5568e

View File

@ -155,7 +155,9 @@ void CreateShortcutDialog::createShortcut()
shortcutFile.close();
}
#ifdef Q_OS_WIN
} else {
}
else
{
if (!QFileInfo::exists(QCoreApplication::applicationDirPath() + "/icons/shortcut-icon.ico"))
{
QPixmap iconPixmap = QIcon(":/logo.svg").pixmap(64, 64);