jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 6 forks source link

some parts of Scythe do not work on MacArms for GetOS returns different string for arm-macs than normal macs #170

Open mespotine opened 3 years ago

mespotine commented 3 years ago

theme.lua

local fonts = (os:match("Win") and osFonts.Windows)
  or (os:match("OSX") and osFonts.OSX)
  or osFonts.Linux

needs to be altered to check for "macOS-arm64" as well