mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 02:10:47 -07:00
Update SettingsWindow.cs (#4785)
fix saving if directory path directly pasted in to the text field instead of using FileChooser.
This commit is contained in:
@ -720,6 +720,7 @@ namespace Ryujinx.Ui.Windows
|
||||
if (Directory.Exists(_addGameDirBox.Buffer.Text))
|
||||
{
|
||||
_gameDirsBoxStore.AppendValues(_addGameDirBox.Buffer.Text);
|
||||
_directoryChanged = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user