redesigned network settings

This commit is contained in:
DYefremov
2020-12-29 22:41:28 +03:00
parent 0cad69cb00
commit e4af45b0e0
7 changed files with 403 additions and 783 deletions

View File

@@ -1279,7 +1279,7 @@ class Application(Gtk.Application):
use_http = profile is SettingsType.ENIGMA_2
if profile is SettingsType.ENIGMA_2:
host, port, user, password = opts.host, opts.http_port, opts.http_user, opts.http_password
host, port, user, password = opts.host, opts.http_port, opts.user, opts.password
try:
test_http(host, port, user, password, use_ssl=opts.http_use_ssl, skip_message=True)
except (TestException, HttpApiException):