Hide popup for Python 3.7 pointless SSLError

This commit is contained in:
miruka
2020-06-02 19:07:12 -04:00
parent 283d2235dc
commit fdaf7089ab
3 changed files with 14 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ ApplicationWindow {
property var theme: null
property var hideErrorTypes: new Set(["gaierror"])
property var hideErrorTypes: new Set(["gaierror", "SSLError"])
readonly property var visibleMenus: ({})
readonly property var visiblePopups: ({})