You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling maximize_window() and the app has no window an error occur:
"/usr/local/share/lua/5.2/mjolnir/bg/grid.lua:134: attempt to index local 'win' (a nil value)"
Something like "if win ~= nil then" could solve the problem.
When calling maximize_window() and the app has no window an error occur:
"/usr/local/share/lua/5.2/mjolnir/bg/grid.lua:134: attempt to index local 'win' (a nil value)"
Something like "if win ~= nil then" could solve the problem.