diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-11 21:59:56 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-11 22:02:35 +0100 |
commit | 5e2d67cdd5ad4220426b19592ddf2f827af75f0b (patch) | |
tree | e6fd6fb753ac8ba6074018497f3e897fe4ee4ead /src/local/container.nim | |
parent | b789b0b076ef7aba3f5f6bbb4f6b7cadf596994c (diff) | |
download | chawan-5e2d67cdd5ad4220426b19592ddf2f827af75f0b.tar.gz |
pager: do not eat error alerts on startup
cetStatus is only called for soft status updates, not alerts (we have cetAlert for that)
Diffstat (limited to 'src/local/container.nim')
-rw-r--r-- | src/local/container.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/local/container.nim b/src/local/container.nim index d7ee5c64..9b26f9e5 100644 --- a/src/local/container.nim +++ b/src/local/container.nim @@ -1347,7 +1347,6 @@ proc onload*(container: Container, res: int) = elif res == -1: container.loadState = lsLoaded container.setLoadInfo("") - container.triggerEvent(cetStatus) container.needslines = true container.triggerEvent(cetLoaded) container.iface.getTitle().then(proc(title: string) = |