MCPcopy
hub / github.com/stemdeckapp/stemdeck / isMac

Function isMac

desktop/ui/setup.js:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87function isMac() {
88 return /mac/i.test(navigator.userAgentData?.platform ?? navigator.platform ?? "");
89}
90
91async function installRuntimePack(appRoot) {
92 const status = await invoke("runtime_pack_status");

Callers 1

runSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected