fix: resolve Linux window close handler to prevent app hang (#1795)

- Add delete-event callback that properly quits the application when window is closed
This commit is contained in:
s
2026-01-03 18:42:30 +08:00
committed by GitHub
parent 9f5ce5ae37
commit 2b5f111fb1
2 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.13)
project(runner LANGUAGES CXX)
project(runner LANGUAGES C CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.