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