mirror of https://github.com/lapce/lapce.git
check plugins update
This commit is contained in:
parent
3602c701a0
commit
0b069da513
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue