@@ -223,7 +223,7 @@ impl ProjectSettings {
self.open = true;
}
pub fn close(&mut self) {
pub fn _close(&mut self) {
self.open = false;
The note is not visible to the blocked user.