Fix hiding gaierror
This commit is contained in:
		@@ -42,7 +42,7 @@ ApplicationWindow {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    property var theme: null
 | 
					    property var theme: null
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    property var hideErrorTypes: new Set(["socket.gaierror"])
 | 
					    property var hideErrorTypes: new Set(["gaierror"])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    readonly property var visibleMenus: ({})
 | 
					    readonly property var visibleMenus: ({})
 | 
				
			||||||
    readonly property var visiblePopups: ({})
 | 
					    readonly property var visiblePopups: ({})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user