--- a/src/eric7/RemoteServerInterface/EricServerInterface.py Fri Oct 25 09:47:48 2024 +0200 +++ b/src/eric7/RemoteServerInterface/EricServerInterface.py Fri Oct 25 17:58:59 2024 +0200 @@ -861,7 +861,7 @@ from .EricServerProfilesDialog import EricServerProfilesDialog dlg = EricServerProfilesDialog( - Preferences.getEricServer("ConnectionProfiles"), self.__ui + Preferences.getEricServer("ConnectionProfiles"), parent=self.__ui ) if dlg.exec() == QDialog.DialogCode.Accepted: profiles = dlg.getConnectionProfiles()