Skip to content

Commit

Permalink
Set autoserviceloader in WindowsTerminalPreferences
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Dec 18, 2024
1 parent b5e8e6d commit 6ae823e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

using ch.cyberduck.cli;
using ch.cyberduck.core.cryptomator;
using ch.cyberduck.core.serviceloader;
using Ch.Cyberduck.Core;
using Ch.Cyberduck.Core.Diagnostics;
using Ch.Cyberduck.Core.Editor;
Expand Down Expand Up @@ -68,6 +69,8 @@ protected override void setFactories()
{
base.setFactories();

this.setDefault("factory.autoserviceloader.class",
typeof(AppContextServiceLoader).AssemblyQualifiedName);
this.setDefault("factory.locale.class", typeof(DictionaryLocale).AssemblyQualifiedName);
this.setDefault("factory.supportdirectoryfinder.class",
typeof(RoamingSupportDirectoryFinder).AssemblyQualifiedName);
Expand Down

0 comments on commit 6ae823e

Please sign in to comment.