Skip to content

Commit be85ce7

Browse files
committed
Adjust defaults.
1 parent 2955e7a commit be85ce7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

windows/src/main/csharp/ch/cyberduck/ui/controller/PromptLoginController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public PromptLoginController(IWindowController c) : base(c)
5151

5252
public new ILoginView View { get; set; }
5353

54-
object LoginCallback.getFeature(java.lang.Class type) => LoginCallback.__DefaultMethods.getFeature(this, type);
54+
object ConnectionCallback.getFeature(java.lang.Class type) => ConnectionCallback.__DefaultMethods.getFeature(this, type);
5555

5656
public void await(CountDownLatch signal, Host bookmark, string title, string message) => Dialogs.AwaitBackgroundAction(signal, bookmark, title, message, Images.CyberduckApplication);
5757

windows/src/main/csharp/ch/cyberduck/ui/controller/PromptPasswordController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public void close(string input)
4242
View.Close();
4343
}
4444

45+
object ConnectionCallback.getFeature(java.lang.Class type) => ConnectionCallback.__DefaultMethods.getFeature(this, type);
46+
4547
public Credentials prompt(Host bookmark, string title, string reason, LoginOptions options)
4648
{
4749
Credentials credentials = new Credentials().setSaved(options.save());

0 commit comments

Comments
 (0)