Skip to content

Commit 7a0b8ed

Browse files
committed
imp - bkp - Actually show connection information
--- We need to actually show all information for all connections for the FTP server. - Backportable for 0.1.1 - Backportable for 0.1.0 --- Type: imp Breaking: False Doc Required: False Backport Required: True Part: 1/1
1 parent ba98074 commit 7a0b8ed

File tree

1 file changed

+4
-1
lines changed
  • public/Nitrocid.Addons/Nitrocid.Extras.FtpShell/Tools

1 file changed

+4
-1
lines changed

public/Nitrocid.Addons/Nitrocid.Extras.FtpShell/Tools/FTPTools.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ public static class FTPTools
214214
Translate.DoTranslation("Encoding"),
215215
Translate.DoTranslation("Encryption"),
216216
Translate.DoTranslation("Protocols")
217-
), [.. choices]);
217+
), [.. choices], new()
218+
{
219+
OutputType = ChoiceOutputType.Modern
220+
});
218221
DebugWriter.WriteDebug(DebugLevel.I, "Selection: {0}", vars: [profanswer]);
219222
if (TextTools.IsStringNumeric(profanswer))
220223
{

0 commit comments

Comments
 (0)