aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/userAgent-helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/userAgent-helpers.js')
-rw-r--r--src/helpers/userAgent-helpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/userAgent-helpers.js b/src/helpers/userAgent-helpers.js
index be6162464..fd0d16e2d 100644
--- a/src/helpers/userAgent-helpers.js
+++ b/src/helpers/userAgent-helpers.js
@@ -5,7 +5,7 @@ import { isMac, isWindows } from '../environment';
5 5
6// This helper gets included from the backend and frontend but we only need to use "remote" 6// This helper gets included from the backend and frontend but we only need to use "remote"
7// if we are in the frontend 7// if we are in the frontend
8const ferdiVersion = remote && remote.app ? remote.app.getVersion() : app.getVersion(); 8export const ferdiVersion = remote && remote.app ? remote.app.getVersion() : app.getVersion();
9 9
10function macOS() { 10function macOS() {
11 const version = macosVersion(); 11 const version = macosVersion();