mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:07:58 +01:00
Slight fix for <silent>
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user