Indicate when project needs a reload

This commit is contained in:
Aleksey Kladov 2020-07-02 15:32:56 +02:00
parent 3ef7676076
commit 4f26a3734e
4 changed files with 51 additions and 7 deletions

View file

@ -32,6 +32,7 @@ pub(crate) enum Status {
Loading,
Ready,
Invalid,
NeedsReload,
}
impl Default for Status {