Move hideErrorTypes & showError() to PythonBridge

This commit is contained in:
miruka
2020-08-03 01:19:08 -04:00
parent 040e966d27
commit c813e92ac7
9 changed files with 24 additions and 25 deletions

View File

@@ -24,8 +24,6 @@ ApplicationWindow {
property var history: ({})
property var theme: null
property var hideErrorTypes: new Set(["gaierror", "SSLError"])
readonly property var visibleMenus: ({})
readonly property var visiblePopups: ({})
readonly property bool anyMenu: Object.keys(visibleMenus).length > 0