Fix hiding gaierror

This commit is contained in:
miruka 2020-05-24 16:55:50 -04:00
parent ab6a9d0225
commit e3f13dc16f

View File

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