kinit: set the program icon of klauncher

for message boxes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-05-12 04:42:35 +03:00
parent 1a29d6bb3b
commit f278eea50f

View file

@ -52,6 +52,7 @@ int main(int argc, char *argv[])
KDE_VERSION_STRING, KDE_VERSION_STRING,
ki18n("KDE launcher - launches and autostarts applications") ki18n("KDE launcher - launches and autostarts applications")
); );
aboutData.setProgramIconName("system-run");
KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineArgs::init(argc, argv, &aboutData);