mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
@@ -23,11 +23,11 @@ This is all optional, of course.`,
|
||||
};
|
||||
|
||||
function getDeviceInfo() {
|
||||
const appVersion = appVersion.formatted;
|
||||
const version = appVersion.formatted;
|
||||
const os = platform.os;
|
||||
const browser = `${platform.name} ${platform.version}`;
|
||||
|
||||
return `App version: ${appVersion}
|
||||
return `App version: ${version}
|
||||
OS: ${os}
|
||||
Browser: ${browser}
|
||||
Pro: ${isUserPremium()}`;
|
||||
|
||||
Reference in New Issue
Block a user