check plugins update

This commit is contained in:
Dongdong Zhou 2022-03-30 21:05:22 +01:00
parent 3602c701a0
commit 0b069da513
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ fn same(&self, other: &Self) -> bool {
&& self.size.same(&other.size) && self.size.same(&other.size)
&& self.pos.same(&other.pos) && self.pos.same(&other.pos)
&& self.keypress.same(&other.keypress) && self.keypress.same(&other.keypress)
&& self.plugins.same(&other.plugins)
} }
} }