diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2024-03-10 14:34:03 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-03-29 00:00:15 +0100 |
commit | 8c814bea828b5cd9ed5de968383bef0aa169f0bc (patch) | |
tree | 615a27cae3981944da1354f93ff096f8f562208d /_pytest/test_command_reply.py | |
parent | bfb5b796487926d5414f37dd969e6dc6934c8df3 (diff) | |
download | wee-slack-8c814bea828b5cd9ed5de968383bef0aa169f0bc.tar.gz |
Replace use of history_pending with is_loading
history_pending had a problem with being stuck as True if a crash
occurred. Additionally, only is_loading is shown in the input bar item,
so if only history_pending is True for some reason (which shouldn't
happen), it's not shown. I don't think I need a separate variable, so
instead of fixing history_pending, just use is_loading which doesn't
have these problems.
Diffstat (limited to '_pytest/test_command_reply.py')
0 files changed, 0 insertions, 0 deletions