Hide popups for annoying socket.gaierror
Workaround until I can figure out how to catch it
This commit is contained in:
parent
58dd63a850
commit
24ede5653d
|
@ -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: ({})
|
||||
|
|
Loading…
Reference in New Issue
Block a user