SSH: fix typo, 'show' not 'Show' (#14370)

This commit is contained in:
Frans de Jonge
2025-09-28 00:36:50 +02:00
committed by GitHub
parent e39db36954
commit cf745c77cf

View File

@@ -172,7 +172,7 @@ function SSH:stop()
end
end
if ok then
UIManager:Show(InfoMessage:new{
UIManager:show(InfoMessage:new{
text = _("SSH server stopped."),
timeout = 2,
})