Fix buffer reload info box not being shown anymore
This commit is contained in:
parent
9a986b8d47
commit
b3ac733f33
|
@ -168,8 +168,8 @@ public:
|
|||
|
||||
if (context().has_client())
|
||||
{
|
||||
context().client().check_if_buffer_needs_reloading();
|
||||
context().client().info_hide();
|
||||
context().client().check_if_buffer_needs_reloading();
|
||||
}
|
||||
|
||||
m_fs_check_timer.set_next_date(Clock::now() + get_fs_check_timeout(context()));
|
||||
|
|
Loading…
Reference in New Issue
Block a user