mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: implement draft management system for concurrent editing and committing of data
This commit is contained in:
@@ -61,6 +61,12 @@ pub struct NetworkManager {
|
||||
connection_error_count: Mutex<usize>,
|
||||
}
|
||||
|
||||
impl Default for NetworkManager {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl NetworkManager {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user