implement proxy exceptions tab

This commit is contained in:
yggverse 2025-07-26 05:21:29 +03:00
parent b15e4a5fc1
commit a7c6e79aac
13 changed files with 462 additions and 72 deletions

View file

@ -27,7 +27,7 @@ impl Proxy {
pub fn save(&self) -> Result<()> {
self.rule.save()?;
//self.ignore.save()?;
self.ignore.save()?;
Ok(())
}