This commit is contained in:
DavidXanatos 2023-08-03 21:15:17 +02:00
parent 5eaaf85ce0
commit 7f62dad3b6
2 changed files with 2 additions and 2 deletions

View File

@ -1879,7 +1879,7 @@ void CSbieView::UpdateStartMenu(CSandBoxPlus* pBoxEx)
if(!Link.Arguments.isEmpty())
Command += " " + Link.Arguments;
pAction->setData(Command);
pAction->setProperty("Icon", Link.Icon);
pAction->setProperty("Icon", Link.Icon.isEmpty() ? pBoxEx->GetCommandFile(Command) : Link.Icon);
pAction->setProperty("IconIndex", Link.IconIndex);
pAction->setProperty("WorkingDir", Link.WorkDir);
}

View File

@ -3,7 +3,7 @@
#define VERSION_MJR 1
#define VERSION_MIN 10
#define VERSION_REV 2
#define VERSION_UPD 5
#define VERSION_UPD 6
#ifndef STR
#define STR2(X) #X