mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
Add notice about restarting after creating the portable folder
This commit is contained in:
parent
b5a45c2acf
commit
620d33cb74
@ -668,7 +668,7 @@ void SettingsDialog::updateNoteTextEdit(const QString& elementName) {
|
|||||||
} else if (elementName == "removeFolderButton") {
|
} else if (elementName == "removeFolderButton") {
|
||||||
text = tr("Remove:\\nRemove a folder from the list.");
|
text = tr("Remove:\\nRemove a folder from the list.");
|
||||||
} else if (elementName == "PortableUserFolderGroupBox") {
|
} else if (elementName == "PortableUserFolderGroupBox") {
|
||||||
text = tr("Portable user folder:\\nStores shadPS4 settings and data that will be applied only to the shadPS4 build located in the current folder");
|
text = tr("Portable user folder:\\nStores shadPS4 settings and data that will be applied only to the shadPS4 build located in the current folder. Restart the app after creating the portable user folder to begin using it.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save Data
|
// Save Data
|
||||||
|
Loading…
Reference in New Issue
Block a user