feat(UI/6890): display a dialog at startup to choose the user profile

This commit is contained in:
Jean-Philippe HAUTIN 2024-06-03 20:06:17 +02:00
parent 61ce2d8a0b
commit 4fdb91d290

View file

@ -891,7 +891,6 @@ namespace Ryujinx.UI
{
var window = new UserProfilesSelectorWindow(_accountManager, _contentManager, _virtualFileSystem);
window.Show();
//GtkDialog.CreateCustomDialog("", "", "", widget);
}
public void RunApplication(string path, bool startFullscreen = false)