From 4fdb91d290bc31d397ab4e09362147e4f0d660d0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe HAUTIN Date: Mon, 3 Jun 2024 20:06:17 +0200 Subject: [PATCH] feat(UI/6890): display a dialog at startup to choose the user profile --- src/Ryujinx.Gtk3/UI/MainWindow.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ryujinx.Gtk3/UI/MainWindow.cs b/src/Ryujinx.Gtk3/UI/MainWindow.cs index 9fac622ad9..ff4a674cdd 100644 --- a/src/Ryujinx.Gtk3/UI/MainWindow.cs +++ b/src/Ryujinx.Gtk3/UI/MainWindow.cs @@ -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)