mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement proxy settings dialog (rules tab)
This commit is contained in:
parent
b548fb16d3
commit
e548efc93f
12 changed files with 660 additions and 12 deletions
|
|
@ -110,6 +110,7 @@ impl Profile {
|
|||
|
||||
pub fn save(&self) -> Result<()> {
|
||||
self.history.save()?;
|
||||
self.proxy.save()?;
|
||||
self.tofu.save()?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue