MM compatibility view

Quick question I can’t find an answer to:

I’m trying to get Glyphs 3 to mirror how my Glyphs 2 was set up.

I had numbered paths (1, 2, 3 etc) but no green offset letters.

Seems in 3 I can only have both - I just want the numbers on paths (the big green letters I find too distracting).

How do I do this?

Thanks

+1
Is there a possibility to deactivate the offset in G3?

It is not accessible in the UI but you can switch it with this script:

Glyphs.defaults["OffsettedMasterCompatibility"] = False

But I’m not testing and developing that feature any more.

Thanks Georg.