fix settings
This commit is contained in:
@@ -327,7 +327,8 @@ impl AppSettings {
|
||||
.iter()
|
||||
.any(|relay| relay == url.as_str_without_trailing_slash())
|
||||
{
|
||||
this.trusted_relays.push(url.to_string());
|
||||
this.trusted_relays
|
||||
.push(url.as_str_without_trailing_slash().to_string());
|
||||
cx.notify();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user