mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +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)) {
|
||||
#endif
|
||||
QMessageBox::information(
|
||||
nullptr, "Shortcut creation...",
|
||||
nullptr, "Shortcut creation",
|
||||
QString("Shortcut created successfully!\n %1").arg(linkPath));
|
||||
} else {
|
||||
QMessageBox::critical(
|
||||
|
@ -183,7 +183,7 @@ public:
|
|||
if (createShortcutLinux(linkPath, ebootPath, iconPath)) {
|
||||
#endif
|
||||
QMessageBox::information(
|
||||
nullptr, "Shortcut creation...",
|
||||
nullptr, "Shortcut creation",
|
||||
QString("Shortcut created successfully!\n %1").arg(linkPath));
|
||||
} else {
|
||||
QMessageBox::critical(nullptr, "Error",
|
||||
|
|
Loading…
Add table
Reference in a new issue