Hide popups for annoying socket.gaierror

Workaround until I can figure out how to catch it
This commit is contained in:
miruka 2020-05-21 14:20:13 -04:00
parent 58dd63a850
commit 24ede5653d

View File

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