Changed the way how DNS-server start error is handled. Now ALFIS starts normally, and the error is shown in GUI.
This commit is contained in:
@@ -316,6 +316,7 @@ fn action_loaded(context: &Arc<Mutex<Context>>, web_view: &mut WebView<()>) {
|
||||
event_handle_info(&handle, &format!("Blockchain changed, current block count is {} now.", index));
|
||||
String::new() // Nothing
|
||||
}
|
||||
Event::Error { text } => format!("showError('{}')", &text),
|
||||
_ => String::new()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user