mini fix
This commit is contained in:
parent
53dfe7bd49
commit
510ed7dcc0
@ -838,25 +838,6 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||||||
CloseWindow?.Invoke();
|
CloseWindow?.Invoke();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void DeleteConfigGame()
|
|
||||||
{
|
|
||||||
string gameDir = Program.GetDirGameUserConfig(GameId,false,false);
|
|
||||||
|
|
||||||
if (File.Exists(gameDir))
|
|
||||||
{
|
|
||||||
File.Delete(gameDir);
|
|
||||||
}
|
|
||||||
RevertIfNotSaved();
|
|
||||||
CloseWindow?.Invoke();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void SaveUserConfig()
|
|
||||||
{
|
|
||||||
SaveSettings();
|
|
||||||
RevertIfNotSaved();
|
|
||||||
CloseWindow?.Invoke();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void OkButton()
|
public void OkButton()
|
||||||
{
|
{
|
||||||
SaveSettings();
|
SaveSettings();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user