Schedule check update regardless of notification setting

This commit is contained in:
Emil Lauridsen 2020-01-13 17:22:21 +01:00
parent daca5a3711
commit c774850fd8

View File

@ -416,8 +416,8 @@ fn loop_turn(
if world_state.feature_flags().get("notifications.workspace-loaded") {
let msg = format!("workspace loaded, {} rust packages", n_packages);
show_message(req::MessageType::Info, msg, &connection.sender);
world_state.check_watcher.update();
}
world_state.check_watcher.update();
}
if state_changed {