UI: Implement JavaScript getOS function Windows platform architecture detection #104136
@ -330,9 +330,6 @@ $analytics_event_name = 'Downloads+Blender';
|
|||||||
(async function() {
|
(async function() {
|
||||||
os = await getOS();
|
os = await getOS();
|
||||||
|
|
||||||
// TODO: remove console.log
|
|
||||||
console.log('OS: ' + os);
|
|
||||||
|
|
||||||
/* Windows. */
|
/* Windows. */
|
||||||
if (os == 'windows') {
|
if (os == 'windows') {
|
||||||
showPlatformWarning('This Windows version might not be supported.');
|
showPlatformWarning('This Windows version might not be supported.');
|
||||||
|
Loading…
Reference in New Issue
Block a user