diff -r 021d99e03961 -r 04e5dfbd3f3d Preferences/ConfigurationPages/NetworkPage.py --- a/Preferences/ConfigurationPages/NetworkPage.py Tue Jul 19 18:51:15 2016 +0200 +++ b/Preferences/ConfigurationPages/NetworkPage.py Sat Jul 23 13:33:54 2016 +0200 @@ -65,6 +65,8 @@ self.tr("Bluecoat Proxy"), E5FtpProxyType.Bluecoat) # set initial values + self.dynamicOnlineCheckBox.setChecked( + Preferences.getUI("DynamicOnlineCheck")) self.downloadDirPicker.setText(Preferences.getUI("DownloadPath")) self.requestFilenameCheckBox.setChecked( Preferences.getUI("RequestDownloadFilename")) @@ -155,6 +157,9 @@ Public slot to save the Networj configuration. """ Preferences.setUI( + "DynamicOnlineCheck", + self.dynamicOnlineCheckBox.isChecked()) + Preferences.setUI( "DownloadPath", self.downloadDirPicker.text()) Preferences.setUI(