implement proxy settings dialog (rules tab)

This commit is contained in:
yggverse 2025-07-25 13:41:21 +03:00
parent b548fb16d3
commit e548efc93f
12 changed files with 660 additions and 12 deletions

View file

@ -110,6 +110,7 @@ impl Profile {
pub fn save(&self) -> Result<()> {
self.history.save()?;
self.proxy.save()?;
self.tofu.save()?;
Ok(())
}