🎨 Push exit event

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-01 12:11:10 +08:00
parent 5b97a65151
commit 8b2151f7d0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -790,6 +790,7 @@ func Close(force, setCurrentWorkspace bool, execInstallPkg int) (exitCode int) {
}
}
util.BroadcastByType("main", "exit", 0, "", nil)
util.UnlockWorkspace()
time.Sleep(500 * time.Millisecond)