Fix segfault when leaving loading server list page
This commit is contained in:
@@ -173,6 +173,9 @@ HBox {
|
||||
|
||||
onAccepted: window.saveState(this)
|
||||
|
||||
Component.onDestruction:
|
||||
if (fetchServersFuture) fetchServersFuture.cancel()
|
||||
|
||||
Timer {
|
||||
id: connectTimeout
|
||||
interval: 30 * 1000
|
||||
|
Reference in New Issue
Block a user