Hi there,
I’m on a laptop with touch capabilities. In the hamburger-menu, I don’t have the “shortcuts” link, because this one is displayed when
return !Discourse.Mobile.mobileView && !this.capabilities.touch;
But what if i’m on a laptop with touch capabilities and I want to display the desktop version, with shortcuts & everything ?
Thx