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;
|
||||
completionList.hide();
|
||||
|
||||
if (!keepCommand || this.silent)
|
||||
if (!keepCommand || this.silent || this.quiet)
|
||||
{
|
||||
outputContainer.collapsed = true;
|
||||
commandline.updateMorePrompt();
|
||||
|
||||
Reference in New Issue
Block a user