--- a/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py Tue Apr 10 19:39:13 2018 +0200 +++ b/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py Tue Apr 10 19:40:37 2018 +0200 @@ -66,8 +66,11 @@ self.gsbGroupBox.setChecked(self.__enabled) self.gsbApiKeyEdit.setText(self.__apiKey) self.gsbFilterPlatformCheckBox.setChecked(self.__filterPlatform) + # TODO: add text to label to indicate Update API only self.gsbAutoUpdateCheckBox.setChecked(self.__automaticUpdate) + # TODO: add checkbox to enable the Lookup API + # TODO: enable the cache buttons group box only on Update API self.__updateCacheButtons() super(SafeBrowsingDialog, self).show()