Fix hiding gaierror
This commit is contained in:
parent
ab6a9d0225
commit
e3f13dc16f
|
@ -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: ({})
|
||||
|
|
Loading…
Reference in New Issue
Block a user