1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

darwin.paperwm: fix gotospace

This commit is contained in:
RGBCube 2025-07-26 14:45:01 +03:00
parent 147b54eac1
commit c5f3572631
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -276,7 +276,7 @@ in {
local button = hs.menubar.new() local button = hs.menubar.new()
button:setTitle(hs.styledtext.new(title, attributes)) button:setTitle(hs.styledtext.new(title, attributes))
button:setClickCallback(function() button:setClickCallback(function()
gotoSpace(space) gotoSpace(index)
end) end)
table.insert(space_buttons, button) table.insert(space_buttons, button)