watchman send dsk for desktop #6916

Merged
jessopb merged 1 commit from watchman-sendDsk into master 2021-08-19 19:18:21 +02:00

View file

@ -103,6 +103,9 @@ function getDeviceType() {
// } // }
// default as web, this can be optimized // default as web, this can be optimized
if (!IS_WEB) {
return 'dsk';
}
return 'web'; return 'web';
} }
// variables initialized for watchman // variables initialized for watchman