Skip to content

Commit

Permalink
Fixed macros for new frames
Browse files Browse the repository at this point in the history
  • Loading branch information
insilmaril committed Jun 21, 2023
1 parent 0f2d3bf commit dad4b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/macros.vys
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function macro_shift_f1()
{
map = vym.currentMap();
status = "Background off";
if (map.getFrameType() == "NoFrame") {
if (map.getFrameType(true) == "NoFrame") {
status = "Background light red";
}
toggle_frame ( map );
Expand Down

0 comments on commit dad4b22

Please sign in to comment.