mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:27:58 +01:00
Use FORCE_SINGLELINE in a few more places
This commit is contained in:
@@ -1712,7 +1712,7 @@ function StatusLine() //{{{
|
||||
if (value == 0)
|
||||
document.getElementById("status-bar").collapsed = true;
|
||||
else if (value == 1)
|
||||
liberator.echo("show status line only with > 1 window not implemented yet");
|
||||
liberator.echoerr("show status line only with > 1 window not implemented yet");
|
||||
else
|
||||
document.getElementById("status-bar").collapsed = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user