fix: add handle handleContextCreationFailure (#2309)

This commit is contained in:
NickVs2015
2026-03-03 17:04:45 +03:00
committed by GitHub
parent 1892db4375
commit aea8ff4961

View File

@@ -56,6 +56,11 @@ Window {
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"
Item { // This item is needed for focus handling