Hi!
I noticed that the app switches to mobile mode after hide.
To reproduce:
- Hide the app using ⌘H
- Bring it back
It reloads and switches to mobile mode, I guess, it happens here.
To fix this, I added
app.views.Mobile.detect = () => false;
to integration.js userscript, after this line. Looks like it doesn't break anything and it doesn't switch anymore, but i don't like the solution very much, it's somewhat fragile.
Thanks for the app, finally there's a working DevDocs wrapper for macOS!