mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Fix issues with badly encoded escape sequences in config files.
This commit is contained in:
parent
902dc50c87
commit
5f7a48a35e
5 changed files with 88 additions and 11 deletions
|
|
@ -38,5 +38,6 @@ EditNotesDialog::~EditNotesDialog()
|
|||
|
||||
QString EditNotesDialog::getText()
|
||||
{
|
||||
return ui->noteEditor->toPlainText();
|
||||
QString test = ui->noteEditor->toPlainText();
|
||||
return test;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue