Refactor proxy configuration and move to separate file

This commit is contained in:
Tobias Fella
2024-01-07 21:44:44 +01:00
parent d45aa14348
commit 981edc9cf7
6 changed files with 76 additions and 39 deletions

View File

@@ -113,7 +113,7 @@ FormCard.FormCardPage {
Config.proxyPassword = passwordField.text
Config.save()
proxyConfigChanged = false
Controller.setApplicationProxy()
ProxyController.setApplicationProxy()
}
}
}