Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.
https://pulsesms.app
Other
109 stars 44 forks source link

Don't display the "show notifications" preference, on the desktop app #37

Closed klinker24 closed 6 years ago

klinker24 commented 6 years ago

The preference should be there on the web version, but never on the desktop app. I used this, on the old app, to recognize it:

function isNativeApp() {
  var userAgent = navigator.userAgent.toLowerCase();
  return userAgent.indexOf("electron") > 0 && userAgent.indexOf("pulse-sms") > 0;
}
klinker24 commented 6 years ago

Done with: https://github.com/klinker-apps/messenger-web/commit/b842d244d0e2fffc82f95ce226ba5e7384f61d9d