[feat] request macOS system permissions by showing a prompt on startup

This commit is contained in:
dijunkun
2025-11-26 18:18:40 +08:00
parent 5d1e1b5667
commit 76b475450b
7 changed files with 230 additions and 3 deletions

View File

@@ -182,6 +182,8 @@ target("gui")
if is_os("windows") then
add_files("src/gui/tray/*.cpp")
add_includedirs("src/gui/tray", {public = true})
elseif is_os("macosx") then
add_files("src/gui/windows/*.mm")
end
target("crossdesk")