mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fix: add handle handleContextCreationFailure (#2309)
This commit is contained in:
@@ -56,6 +56,11 @@ Window {
|
|||||||
PageController.closeWindow()
|
PageController.closeWindow()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onSceneGraphError: function(error, message) {
|
||||||
|
// Prevent qFatal crash on Android when EGL context is lost
|
||||||
|
console.warn("Scene graph error:", error, message)
|
||||||
|
}
|
||||||
|
|
||||||
title: "AmneziaVPN"
|
title: "AmneziaVPN"
|
||||||
|
|
||||||
Item { // This item is needed for focus handling
|
Item { // This item is needed for focus handling
|
||||||
|
|||||||
Reference in New Issue
Block a user