1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 00:28:00 +01:00

Slight fix for <silent>

This commit is contained in:
Kris Maglione
2009-09-10 16:34:08 -04:00
parent ed38331178
commit 94bd791028

View File

@@ -1147,7 +1147,7 @@ function CommandLine() //{{{
multilineInputWidget.collapsed = true; multilineInputWidget.collapsed = true;
completionList.hide(); completionList.hide();
if (!keepCommand || this.silent) if (!keepCommand || this.silent || this.quiet)
{ {
outputContainer.collapsed = true; outputContainer.collapsed = true;
commandline.updateMorePrompt(); commandline.updateMorePrompt();