mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-08 00:58:43 +00:00
Update gui_context_menus.h
This commit is contained in:
parent
cafbab1a2a
commit
20c2567f2b
1 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ public:
|
||||||
if (createShortcutLinux(linkPath, ebootPath, iconPath)) {
|
if (createShortcutLinux(linkPath, ebootPath, iconPath)) {
|
||||||
#endif
|
#endif
|
||||||
QMessageBox::information(
|
QMessageBox::information(
|
||||||
nullptr, "Shortcut creation...",
|
nullptr, "Shortcut creation",
|
||||||
QString("Shortcut created successfully!\n %1").arg(linkPath));
|
QString("Shortcut created successfully!\n %1").arg(linkPath));
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::critical(
|
QMessageBox::critical(
|
||||||
|
@ -183,7 +183,7 @@ public:
|
||||||
if (createShortcutLinux(linkPath, ebootPath, iconPath)) {
|
if (createShortcutLinux(linkPath, ebootPath, iconPath)) {
|
||||||
#endif
|
#endif
|
||||||
QMessageBox::information(
|
QMessageBox::information(
|
||||||
nullptr, "Shortcut creation...",
|
nullptr, "Shortcut creation",
|
||||||
QString("Shortcut created successfully!\n %1").arg(linkPath));
|
QString("Shortcut created successfully!\n %1").arg(linkPath));
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::critical(nullptr, "Error",
|
QMessageBox::critical(nullptr, "Error",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue